@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/Dinther> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Dinther"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10690> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Dinther> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Dinther> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1044> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Dinther"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "provincie Noord-Brabant" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Noord-Brabant> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Heeswijk-Dinther" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Heeswijk-Dinther> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1969" ] ;
                    ns1:has_start [ ns1:in "1969" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "Frans departement MR" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/MR> ;
            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 "1969" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1969" ] ;
                    ns1:has_start [ ns1:in "1969" ] ] ;
            geo:asWKT "MultiPolygon (((5.52987 51.666933, 5.541534 51.653975, 5.540048 51.642022, 5.536559 51.635375, 5.530352 51.636731, 5.527453 51.633319, 5.520947 51.631349, 5.502616 51.636133, 5.497857 51.639283, 5.49265 51.636592, 5.48313 51.642892, 5.476626 51.641639, 5.472301 51.646406, 5.46912 51.64497, 5.464788 51.645962, 5.437055 51.652538, 5.427236 51.660452, 5.430275 51.665395, 5.439528 51.667368, 5.443285 51.666288, 5.458511 51.696751, 5.463585 51.703579, 5.479063 51.703028, 5.476016 51.698626, 5.49972 51.691056, 5.495225 51.686476, 5.512269 51.679358, 5.515736 51.678006, 5.514284 51.67603, 5.52987 51.666933)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1969" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.512269 51.679358, 5.515736 51.678006, 5.514284 51.67603, 5.52987 51.666933, 5.541534 51.653975, 5.540048 51.642022, 5.536559 51.635375, 5.530352 51.636731, 5.527453 51.633319, 5.520947 51.631349, 5.502616 51.636133, 5.497857 51.639283, 5.49265 51.636592, 5.48313 51.642892, 5.476626 51.641639, 5.472301 51.646406, 5.46912 51.64497, 5.464788 51.645962, 5.47826 51.663749, 5.476964 51.666177, 5.482896 51.668689, 5.481597 51.669769, 5.495225 51.686476, 5.512269 51.679358)))"^^geo:wktLiteral ] .

