@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/Sint_Jansteen> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Sint Jansteen"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0709> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Sint_Jansteen> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Sint_Jansteen> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10864> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Sint Jansteen"@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 Hulst" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Hulst> ;
            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 "1962" ] ] ;
            geo:asWKT "MultiPolygon (((4.00235 51.29897, 4.005621 51.290379, 4.010851 51.292868, 4.036111 51.287141, 4.036541 51.282291, 4.034965 51.282273, 4.039534 51.273156, 4.043835 51.273116, 4.054013 51.263165, 4.058696 51.264746, 4.061933 51.256872, 4.06148 51.247787, 4.057608 51.242979, 4.035466 51.241015, 4.028647 51.243992, 4.022122 51.241848, 4.015018 51.244731, 3.999444 51.243468, 3.991311 51.242472, 3.990474 51.246417, 3.984367 51.2494, 3.978934 51.249065, 3.978602 51.259849, 3.977001 51.302531, 4.00235 51.29897)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1962" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((4.036111 51.287141, 4.036541 51.282291, 4.04072 51.276676, 4.052928 51.275828, 4.056419 51.269125, 4.058696 51.264746, 4.061933 51.256872, 4.06148 51.247787, 4.057608 51.242979, 4.035466 51.241015, 4.028647 51.243992, 4.022122 51.241848, 4.015018 51.244731, 3.999444 51.243468, 3.991311 51.242472, 3.990474 51.246417, 3.984367 51.2494, 3.978934 51.249065, 3.978602 51.259849, 3.977001 51.302531, 4.00235 51.29897, 4.005621 51.290379, 4.010851 51.292868, 4.036111 51.287141)))"^^geo:wktLiteral ] .

