@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/Wolphaartsdijk> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Wolphaartsdijk"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10543> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Wolphaartsdijk> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Wolphaartsdijk> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0728> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Wolphaartsdijk"@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 Goes" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Goes> ;
            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 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" ] ] ] ;
    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 "1876" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((3.847593 51.53814, 3.848771 51.528895, 3.845243 51.526691, 3.854207 51.51728, 3.849929 51.515965, 3.816316 51.508775, 3.802561 51.510747, 3.816211 51.51183, 3.822258 51.516137, 3.801471 51.525476, 3.790476 51.526675, 3.755263 51.535987, 3.74446 51.535746, 3.741386 51.537051, 3.734345 51.536412, 3.731081 51.538973, 3.752852 51.546922, 3.773127 51.544416, 3.788367 51.541569, 3.810945 51.54736, 3.822726 51.548597, 3.831426 51.547185, 3.839993 51.541186, 3.847593 51.53814)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1970" ] ;
                    ns1:has_start [ ns1:in "1876" ] ] ;
            geo:asWKT "MultiPolygon (((3.831426 51.547185, 3.839993 51.541186, 3.847593 51.53814, 3.848771 51.528895, 3.845243 51.526691, 3.854207 51.51728, 3.849929 51.515965, 3.816316 51.508775, 3.772263 51.515996, 3.770273 51.519294, 3.748995 51.517919, 3.748492 51.51989, 3.742262 51.516836, 3.722025 51.526438, 3.731081 51.538973, 3.752852 51.546922, 3.773127 51.544416, 3.788367 51.541569, 3.810945 51.54736, 3.822726 51.548597, 3.831426 51.547185)))"^^geo:wktLiteral ] .

