@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/Reusel> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Reusel"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10162> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0836> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Reusel_(plaats)> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Reusel_(plaats)> ;
            ns1:relation_type foaf:primaryTopicOf ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Reusel"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Reusel-De_Mierden" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Reusel-De_Mierden> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1997" ] ;
                    ns1:has_start [ ns1:in "1997" ] ] ],
        [ 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" ] ] ],
        [ 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> ] ;
    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 "1997" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1997" ] ;
                    ns1:has_start [ ns1:in "1997" ] ] ;
            geo:asWKT "MultiPolygon (((5.194574 51.382102, 5.187696 51.378136, 5.179074 51.379109, 5.180234 51.376684, 5.188574 51.374362, 5.197221 51.367275, 5.196951 51.36323, 5.192066 51.363851, 5.190499 51.360972, 5.194387 51.358192, 5.194419 51.350731, 5.191127 51.348389, 5.202262 51.328002, 5.196973 51.32341, 5.160737 51.31139, 5.130873 51.317081, 5.127822 51.349164, 5.118472 51.352559, 5.113251 51.361445, 5.067797 51.393779, 5.100321 51.431257, 5.189187 51.431801, 5.192324 51.404301, 5.199985 51.393707, 5.194574 51.382102)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1997" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.113251 51.361445, 5.156382 51.378707, 5.179074 51.379109, 5.180234 51.376684, 5.188574 51.374362, 5.197221 51.367275, 5.196951 51.36323, 5.192066 51.363851, 5.190499 51.360972, 5.194387 51.358192, 5.194419 51.350731, 5.191127 51.348389, 5.202262 51.328002, 5.196973 51.32341, 5.160737 51.31139, 5.130873 51.317081, 5.127822 51.349164, 5.118472 51.352559, 5.113251 51.361445)))"^^geo:wktLiteral ] .

