@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/Grathem> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Grathem"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Grathem> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Grathem> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0909> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11008> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Grathem"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Heythuysen" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Heythuysen> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1991" ] ;
                    ns1:has_start [ ns1:in "1991" ] ] ],
        [ 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 "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" ] ] ] ;
    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 "1991" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1991" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.833566 51.241449, 5.835251 51.238027, 5.840409 51.238367, 5.851927 51.230321, 5.852899 51.227351, 5.87038 51.215234, 5.875388 51.215124, 5.8788 51.213042, 5.872444 51.207405, 5.873257 51.203087, 5.868605 51.196185, 5.871856 51.192396, 5.851446 51.182862, 5.844489 51.188013, 5.845397 51.192953, 5.822145 51.199874, 5.819189 51.205099, 5.806678 51.213954, 5.807859 51.217905, 5.799494 51.226744, 5.790097 51.232619, 5.794564 51.23575, 5.801321 51.238782, 5.816391 51.242413, 5.823987 51.243104, 5.833566 51.241449)))"^^geo:wktLiteral ] .

