@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/Heeze> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Heeze"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Heeze> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10462> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Heeze> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0793> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Heeze"@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 Heeze-Leende" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Heeze-Leende> ;
            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 "1997" ] ] ;
            geo:asWKT "MultiPolygon (((5.60799 51.413332, 5.637759 51.389812, 5.597264 51.363015, 5.59595 51.358164, 5.590631 51.356555, 5.590182 51.352421, 5.58501 51.351441, 5.59258 51.343069, 5.599566 51.332989, 5.564798 51.321991, 5.514658 51.29554, 5.484418 51.300962, 5.48818 51.31624, 5.472434 51.333062, 5.47201 51.336567, 5.476611 51.341328, 5.487097 51.345454, 5.492707 51.351022, 5.491856 51.355158, 5.486126 51.361096, 5.492164 51.364236, 5.494343 51.375021, 5.499516 51.376184, 5.500394 51.382925, 5.508445 51.385164, 5.535628 51.39511, 5.545434 51.405344, 5.563544 51.405948, 5.567293 51.408998, 5.576039 51.403771, 5.60799 51.413332)))"^^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.567293 51.408998, 5.576039 51.403771, 5.60799 51.413332, 5.637759 51.389812, 5.597264 51.363015, 5.59595 51.358164, 5.590631 51.356555, 5.590182 51.352421, 5.58501 51.351441, 5.577834 51.351993, 5.572697 51.359552, 5.567531 51.360009, 5.569264 51.362613, 5.54027 51.365711, 5.504069 51.359551, 5.501765 51.356587, 5.491856 51.355158, 5.486126 51.361096, 5.492164 51.364236, 5.494343 51.375021, 5.499516 51.376184, 5.500394 51.382925, 5.508445 51.385164, 5.535628 51.39511, 5.545434 51.405344, 5.563544 51.405948, 5.567293 51.408998)))"^^geo:wktLiteral ] .

