@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/Houthem> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Houthem"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Houthem_(Nederland)> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Houthem_(Nederland)> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11111> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1086> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Houthem"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "Frans departement NM" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/NM> ;
            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 Limburg" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Limburg> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Valkenburg_Li" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Valkenburg_Li> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1940" ] ;
                    ns1:has_start [ ns1:in "1940" ] ] ] ;
    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 "1940" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1940" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.800742 50.888757, 5.806578 50.889725, 5.8189 50.885185, 5.820916 50.888054, 5.835186 50.894202, 5.835586 50.891414, 5.832993 50.887828, 5.833619 50.879107, 5.832703 50.872458, 5.83454 50.871463, 5.833523 50.869129, 5.835643 50.868042, 5.831782 50.865361, 5.826552 50.867987, 5.822004 50.867735, 5.818401 50.862175, 5.811855 50.860761, 5.809356 50.867153, 5.773337 50.87438, 5.772363 50.8769, 5.776973 50.884435, 5.789343 50.885202, 5.792878 50.883302, 5.801558 50.884619, 5.800742 50.888757)))"^^geo:wktLiteral ] .

