@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/Ouwerkerk> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Ouwerkerk"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Ouwerkerk> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Ouwerkerk> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10968> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1148> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Ouwerkerk"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Duiveland" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Duiveland> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1961" ] ;
                    ns1:has_start [ ns1:in "1961" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "Frans departement MS" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/MS> ;
            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 "provincie Zeeland" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Zeeland> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ] ;
    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 "1961" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1961" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((3.943647 51.64104, 3.948648 51.63373, 3.957476 51.637794, 3.976784 51.634792, 3.996438 51.634578, 4.00299 51.637622, 4.011917 51.638626, 4.021523 51.641076, 4.02207 51.637307, 4.015497 51.630128, 4.02046 51.623624, 4.014715 51.622568, 4.002758 51.616853, 3.987026 51.616576, 3.966191 51.613268, 3.959682 51.613639, 3.954279 51.61555, 3.946233 51.623363, 3.931747 51.633701, 3.935325 51.639229, 3.943647 51.64104)))"^^geo:wktLiteral ] .

