@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/Domburg> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Domburg"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Domburg_(Nederland)> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0660> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Domburg_(Nederland)> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10236> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Domburg"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "ontstaan uit Domburg-Buiten" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Domburg-Buiten> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1816" ] ;
                    ns1:has_start [ ns1:in "1816" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "provincie Zeeland" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Zeeland> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns1:RelAttestation ;
            rdfs:label "ontstaan uit Domburg-Binnen" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Domburg-Binnen> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1816" ] ;
                    ns1:has_start [ ns1:in "1816" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Veere" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Veere> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1997" ] ;
                    ns1:has_start [ ns1:in "1997" ] ] ] ;
    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 "1997" ] ;
            ns1:has_start [ ns1:in "1816" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1997" ] ;
                    ns1:has_start [ ns1:in "1967" ] ] ;
            geo:asWKT "MultiPolygon (((3.579732 51.560015, 3.569868 51.557794, 3.52848 51.547074, 3.529424 51.552213, 3.525064 51.556549, 3.511482 51.557141, 3.501038 51.555085, 3.501783 51.551051, 3.487984 51.546512, 3.474905 51.54549, 3.472163 51.542118, 3.467473 51.543929, 3.458406 51.546927, 3.456201 51.551296, 3.557386 51.591943, 3.566514 51.594693, 3.57152 51.59585, 3.570394 51.587921, 3.572639 51.578695, 3.580094 51.576293, 3.579354 51.573135, 3.58551 51.570713, 3.579732 51.560015)))"^^geo:wktLiteral ] .

