@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/Waarde> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Waarde"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Waarde> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Waarde> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0721> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10082> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Waarde"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Reimerswaal" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Reimerswaal> ;
            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 "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 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 "1970" ] ;
                    ns1:has_start [ ns1:in "1816" ] ] ;
            geo:asWKT "MultiPolygon (((4.041353 51.430588, 4.049311 51.433826, 4.057792 51.434013, 4.060853 51.437554, 4.071179 51.43857, 4.079892 51.435701, 4.080624 51.430226, 4.093047 51.428296, 4.100082 51.42361, 4.113352 51.422137, 4.115754 51.418478, 4.112234 51.410708, 4.111923 51.401266, 4.059816 51.413899, 4.047854 51.419785, 4.044688 51.424783, 4.041353 51.430588)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1816" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((4.095528 51.426643, 4.097119 51.424675, 4.097292 51.423156, 4.094622 51.422162, 4.089466 51.422748, 4.083327 51.421796, 4.078018 51.418764, 4.075406 51.415763, 4.074845 51.412945, 4.075244 51.410162, 4.059816 51.413899, 4.047854 51.419785, 4.044688 51.424783, 4.041353 51.430588, 4.049311 51.433826, 4.057792 51.434013, 4.060853 51.437554, 4.071179 51.43857, 4.079892 51.435701, 4.080624 51.430226, 4.093047 51.428296, 4.095528 51.426643)))"^^geo:wktLiteral ] .

