@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/Den_Bommel> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Den Bommel"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10293> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Den_Bommel> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Den_Bommel> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1024> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Den Bommel"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Oostflakkee" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Oostflakkee> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1966" ] ;
                    ns1:has_start [ ns1:in "1966" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "provincie Zuid-Holland" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Zuid-Holland> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns1:RelAttestation ;
            rdfs:label "Frans departement MM" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/MM> ;
            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 "1966" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1818" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((4.283603 51.69463, 4.28285 51.689949, 4.27398 51.691843, 4.270695 51.672574, 4.27775 51.667877, 4.280191 51.656754, 4.269225 51.65602, 4.241053 51.661321, 4.241074 51.661421, 4.248803 51.697983, 4.243678 51.70045, 4.242961 51.717343, 4.245124 51.723387, 4.228926 51.728531, 4.217626 51.728869, 4.204904 51.733775, 4.195693 51.742671, 4.214595 51.756435, 4.22179 51.752642, 4.239785 51.745538, 4.24448 51.737404, 4.256283 51.728619, 4.272081 51.721938, 4.296098 51.716322, 4.306681 51.709498, 4.316584 51.706802, 4.300465 51.703238, 4.293722 51.694905, 4.283603 51.69463)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1966" ] ;
                    ns1:has_start [ ns1:in "1818" ] ] ;
            geo:asWKT "MultiPolygon (((4.256283 51.728619, 4.272081 51.721938, 4.296098 51.716322, 4.306681 51.709498, 4.316584 51.706802, 4.300465 51.703238, 4.293722 51.694905, 4.283603 51.69463, 4.28285 51.689949, 4.27398 51.691843, 4.270695 51.672574, 4.27775 51.667877, 4.280191 51.656754, 4.269225 51.65602, 4.241053 51.661321, 4.241074 51.661421, 4.248803 51.697983, 4.243678 51.70045, 4.242961 51.717343, 4.245124 51.723387, 4.253218 51.723825, 4.256283 51.728619)))"^^geo:wktLiteral ] .

