@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/Aarle-Rixtel> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Aarle-Rixtel"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10757> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Aarle-Rixtel> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0739> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Aarle-Rixtel> ;
            ns1:relation_type foaf:primaryTopicOf ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Aarle-Rixtel"@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 Laarbeek" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Laarbeek> ;
            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" ] ] ] ;
    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 "1968" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.679451 51.52868, 5.671078 51.526274, 5.684121 51.515635, 5.682491 51.508628, 5.677109 51.500372, 5.654972 51.507526, 5.653106 51.508608, 5.645036 51.507907, 5.649416 51.493156, 5.629411 51.495087, 5.629731 51.501199, 5.621233 51.501036, 5.610609 51.507799, 5.611064 51.512382, 5.609793 51.517688, 5.614565 51.521184, 5.616027 51.525406, 5.625649 51.519184, 5.627821 51.521158, 5.634297 51.519706, 5.63659 51.517544, 5.639331 51.518167, 5.642242 51.523374, 5.639663 51.526166, 5.643435 51.530562, 5.661871 51.528903, 5.664546 51.54211, 5.679451 51.52868)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1997" ] ;
                    ns1:has_start [ ns1:in "1968" ] ] ;
            geo:asWKT "MultiPolygon (((5.664546 51.54211, 5.679451 51.52868, 5.671078 51.526274, 5.684121 51.515635, 5.682491 51.508628, 5.677109 51.500372, 5.654972 51.507526, 5.630995 51.495084, 5.622512 51.497618, 5.606354 51.491627, 5.604202 51.493339, 5.598287 51.490923, 5.592975 51.494348, 5.59242 51.499023, 5.587955 51.498851, 5.583215 51.501646, 5.611064 51.512382, 5.609793 51.517688, 5.614565 51.521184, 5.616027 51.525406, 5.625649 51.519184, 5.627821 51.521158, 5.634297 51.519706, 5.63659 51.517544, 5.639331 51.518167, 5.642242 51.523374, 5.639663 51.526166, 5.643435 51.530562, 5.661871 51.528903, 5.664546 51.54211)))"^^geo:wktLiteral ] .

