@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/Bath> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Bath"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Bath_(Reimerswaal)> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Bath_(Reimerswaal)> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1018> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10623> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Bath"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "ontstaan uit Fort_Bath" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Fort_Bath> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1816" ] ;
                    ns1:has_start [ ns1:in "1816" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "ontstaan uit Rilland_en_Bath" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Rilland_en_Bath> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1816" ] ;
                    ns1:has_start [ ns1:in "1816" ] ] ],
        [ 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 Rilland-Bath" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Rilland-Bath> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1878" ] ;
                    ns1:has_start [ ns1:in "1878" ] ] ] ;
    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 "1878" ] ;
            ns1:has_start [ ns1:in "1816" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1878" ] ;
                    ns1:has_start [ ns1:in "1875" ] ] ;
            geo:asWKT "MultiPolygon (((4.261321 51.444785, 4.2727 51.426556, 4.263588 51.422872, 4.260738 51.416013, 4.266334 51.398897, 4.261984 51.388787, 4.272441 51.384213, 4.273578 51.37883, 4.242051 51.375828, 4.240383 51.379317, 4.251446 51.379246, 4.238003 51.388283, 4.238722 51.393954, 4.232541 51.399736, 4.226426 51.408485, 4.220508 51.403841, 4.203208 51.400341, 4.189971 51.406408, 4.20357 51.436212, 4.218904 51.432771, 4.233415 51.433365, 4.250532 51.439017, 4.25667 51.446717, 4.261321 51.444785)))"^^geo:wktLiteral ] .

