@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/Onstwedde> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Onstwedde"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10610> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Onstwedde> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Onstwedde> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1250> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Onstwedde"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Stadskanaal" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Stadskanaal> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1969" ] ;
                    ns1:has_start [ ns1:in "1969" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "provincie Groningen" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Groningen> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns1:RelAttestation ;
            rdfs:label "Frans departement We" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/We> ;
            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 "1969" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1969" ] ;
                    ns1:has_start [ ns1:in "1969" ] ] ;
            geo:asWKT "MultiPolygon (((7.009928 53.069746, 7.012173 53.065941, 7.017586 53.067036, 7.036009 53.061031, 7.067739 53.063646, 7.08013 53.056191, 7.078286 53.04714, 7.07138 53.045979, 7.071414 53.039148, 7.077892 53.040854, 7.085178 53.040301, 7.088812 53.037913, 7.085123 53.035089, 7.084448 53.021617, 7.089988 53.022257, 7.10385 53.014689, 7.073496 53.00056, 7.071355 52.94909, 7.065222 52.948277, 7.066097 52.928491, 7.036685 52.925576, 7.025996 52.914218, 6.978704 52.95063, 6.938146 52.985946, 6.93439 52.98923, 6.895767 53.01363, 6.857069 53.03712, 6.862821 53.039656, 6.865875 53.037371, 6.878716 53.042245, 6.897014 53.028084, 6.902599 53.030081, 6.90487 53.026817, 6.912034 53.031309, 6.953927 53.006501, 7.00021 53.057205, 7.009928 53.069746)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1969" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((7.08013 53.056191, 7.078286 53.04714, 7.07138 53.045979, 7.071414 53.039148, 7.077892 53.040854, 7.085178 53.040301, 7.088812 53.037913, 7.085123 53.035089, 7.084448 53.021617, 7.089988 53.022257, 7.10385 53.014689, 7.073496 53.00056, 7.071355 52.94909, 7.065222 52.948277, 7.066097 52.928491, 7.036685 52.925576, 7.025996 52.914218, 6.978704 52.95063, 6.938146 52.985946, 6.953927 53.006501, 7.00021 53.057205, 7.009928 53.069746, 7.012173 53.065941, 7.017586 53.067036, 7.036009 53.061031, 7.067739 53.063646, 7.08013 53.056191)))"^^geo:wktLiteral ] .

