@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/Hoofdplaat> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Hoofdplaat"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Hoofdplaat> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0676> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10147> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Hoofdplaat> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Hoofdplaat"@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 "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" ] ] ],
        [ 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" ] ] ] ;
    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.588823 51.38502, 3.606762 51.381879, 3.627292 51.374818, 3.673249 51.371278, 3.678324 51.370004, 3.689121 51.365487, 3.690327 51.352378, 3.684697 51.353195, 3.681442 51.355755, 3.678837 51.35248, 3.671072 51.356591, 3.654616 51.355089, 3.643932 51.356638, 3.632831 51.354044, 3.624932 51.354104, 3.618299 51.354813, 3.604932 51.369893, 3.598671 51.372045, 3.589509 51.378557, 3.588823 51.38502)))"^^geo:wktLiteral ] .

