@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/Maarheeze> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Maarheeze"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Maarheeze> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0811> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Maarheeze> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11143> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Maarheeze"@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 "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 "opgegaan in Budel" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Budel> ;
            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" ] ] ] ;
    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 "1925" ] ] ;
            geo:asWKT "MultiPolygon (((5.671633 51.315666, 5.652032 51.299443, 5.616202 51.302755, 5.609011 51.298275, 5.597683 51.298116, 5.586355 51.297956, 5.552885 51.28057, 5.549452 51.282463, 5.540415 51.280408, 5.514658 51.29554, 5.564798 51.321991, 5.599566 51.332989, 5.59258 51.343069, 5.58501 51.351441, 5.590182 51.352421, 5.590631 51.356555, 5.59595 51.358164, 5.597264 51.363015, 5.637759 51.389812, 5.663964 51.328179, 5.669536 51.324481, 5.671633 51.315666)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1925" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.646203 51.333434, 5.663964 51.328179, 5.669536 51.324481, 5.671633 51.315666, 5.652032 51.299443, 5.616202 51.302755, 5.609011 51.298275, 5.597683 51.298116, 5.59014 51.310714, 5.580251 51.312438, 5.580996 51.319089, 5.576336 51.322715, 5.573704 51.324764, 5.599566 51.332989, 5.637849 51.327789, 5.646203 51.333434)))"^^geo:wktLiteral ] .

