@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/Stramproy> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Stramproy"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Stramproy> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Stramproy> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11186> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0973> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Stramproy"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Weert" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Weert> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1998" ] ;
                    ns1:has_start [ ns1:in "1998" ] ] ],
        [ 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> ] ;
    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 "1998" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1841" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.748253 51.209745, 5.753377 51.206314, 5.750741 51.198681, 5.746426 51.195728, 5.743949 51.189983, 5.738341 51.186225, 5.70956 51.16583, 5.705349 51.143702, 5.691589 51.142181, 5.658384 51.18581, 5.654393 51.188156, 5.651995 51.194004, 5.653299 51.196788, 5.718584 51.203362, 5.729502 51.209173, 5.732922 51.207275, 5.744804 51.207868, 5.748253 51.209745)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1998" ] ;
                    ns1:has_start [ ns1:in "1841" ] ] ;
            geo:asWKT "MultiPolygon (((5.748253 51.209745, 5.753377 51.206314, 5.750741 51.198681, 5.746426 51.195728, 5.743949 51.189983, 5.738341 51.186225, 5.714012 51.184318, 5.710701 51.181271, 5.706284 51.183621, 5.689279 51.185824, 5.677108 51.183787, 5.675692 51.186038, 5.658384 51.18581, 5.654393 51.188156, 5.651995 51.194004, 5.653299 51.196788, 5.718584 51.203362, 5.729502 51.209173, 5.732922 51.207275, 5.744804 51.207868, 5.748253 51.209745)))"^^geo:wktLiteral ] .

