@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix ns1: <http://linkedpasts.org/ontology#> .
@prefix ns2: <https://github.com/kgeographer/geojson-t#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://gemeentegeschiedenis.nl/gemeentenaam/Vledder> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Vledder"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Vledder_(dorp)> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11120> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0132> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Vledder_(dorp)> ;
            ns1:relation_type foaf:primaryTopicOf ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Vledder"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "ontstaan uit Diever" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Diever> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1819" ] ;
                    ns1:has_start [ ns1:in "1819" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "provincie Drenthe" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Drenthe> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Westerveld" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Westerveld> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1998" ] ;
                    ns1:has_start [ ns1:in "1998" ] ] ] ;
    ns1:type_attestation [ a ns1:TypeAttestation ;
            rdfs:label "Gemeente"@nl ;
            rdfs:seeAlso <https://gemeentegeschiedenis.nl/gg-schema#Municipality> ] ;
    ns1:when [ a ns1:Timespan ;
            ns1:has_end [ ns1:in "1998" ] ;
            ns1:has_start [ ns1:in "1819" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1998" ] ;
                    ns1:has_start [ ns1:in "1820" ] ] ;
            geo:asWKT "MultiPolygon (((6.120113 52.85222, 6.20835 52.886694, 6.243381 52.915296, 6.283245 52.901793, 6.274355 52.895838, 6.248427 52.869696, 6.236581 52.86385, 6.231577 52.858493, 6.226574 52.845407, 6.220789 52.837809, 6.215264 52.83605, 6.207685 52.835473, 6.193944 52.830714, 6.186088 52.823038, 6.179098 52.822096, 6.173421 52.811619, 6.149208 52.826515, 6.120113 52.85222)))"^^geo:wktLiteral ] .

