@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/Cadzand> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Cadzand"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Cadzand> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11002> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0658> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Cadzand> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Cadzand"@nl ] ;
    ns1:rel_attestation [ 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 "Frans departement Sc" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/Sc> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1813" ] ;
                    ns1:has_start [ ns1:in "1811" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Oostburg" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Oostburg> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1970" ] ;
                    ns1:has_start [ ns1:in "1970" ] ] ] ;
    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 "1970" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1970" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((3.421095 51.389413, 3.434539 51.377502, 3.433044 51.375499, 3.438147 51.370369, 3.447276 51.365127, 3.445487 51.363299, 3.429864 51.365915, 3.436168 51.359547, 3.423038 51.350965, 3.417993 51.351419, 3.414553 51.347944, 3.417648 51.342782, 3.413553 51.341184, 3.413414 51.337765, 3.406572 51.33666, 3.401869 51.339187, 3.410932 51.345366, 3.410598 51.349765, 3.388735 51.350651, 3.386167 51.369938, 3.380027 51.369113, 3.375403 51.372989, 3.371308 51.37139, 3.367588 51.374293, 3.379193 51.378269, 3.421095 51.389413)))"^^geo:wktLiteral ] .

