@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/Leende> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Leende"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0805> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Leende> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Leende> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11017> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Leende"@nl ] ;
    ns1:rel_attestation [ 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> ],
        [ 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 "1925" ] ] ;
            geo:asWKT "MultiPolygon (((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.501765 51.356587, 5.504069 51.359551, 5.54027 51.365711, 5.569264 51.362613, 5.567531 51.360009, 5.572697 51.359552, 5.577834 51.351993, 5.58501 51.351441, 5.59258 51.343069, 5.599566 51.332989, 5.564798 51.321991)))"^^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.491856 51.355158, 5.501765 51.356587, 5.504069 51.359551, 5.54027 51.365711, 5.569264 51.362613, 5.567531 51.360009, 5.572697 51.359552, 5.577834 51.351993, 5.58501 51.351441, 5.590182 51.352421, 5.590307 51.348286, 5.646203 51.333434, 5.637849 51.327789, 5.599566 51.332989, 5.573704 51.324764, 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)))"^^geo:wktLiteral ] .

