@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix ns1: <https://github.com/kgeographer/geojson-t#> .
@prefix ns2: <http://linkedpasts.org/ontology#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://gemeentegeschiedenis.nl/gemeentenaam/Middelstum> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Middelstum"@nl ;
    ns2:link_attestation [ a ns2:LinkAttestation ;
            ns2:relation_to <http://nl.dbpedia.org/resource/Middelstum> ;
            ns2:relation_type skos:closeMatch ],
        [ a ns2:LinkAttestation ;
            ns2:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0027> ;
            ns2:relation_type rdfs:seeAlso ],
        [ a ns2:LinkAttestation ;
            ns2:relation_to <http://www.gemeentegeschiedenis.nl/amco/11199> ;
            ns2:relation_type rdfs:seeAlso ],
        [ a ns2:LinkAttestation ;
            ns2:relation_to <https://nl.wikipedia.org/wiki/Middelstum> ;
            ns2:relation_type foaf:primaryTopicOf ] ;
    ns2:name_attestation [ a ns2:NameAttestation ;
            ns2:toponym "Middelstum"@nl ] ;
    ns2:rel_attestation [ a ns2:RelAttestation ;
            rdfs:label "provincie Groningen" ;
            ns2:relation_to <https://gemeentegeschiedenis.nl/provincie/Groningen> ;
            ns2:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns2:RelAttestation ;
            rdfs:label "Frans departement We" ;
            ns2:relation_to <https://gemeentegeschiedenis.nl/departement/We> ;
            ns2:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ;
            ns2:when [ a ns2:Timespan ;
                    ns2:has_end [ ns2:in "1813" ] ;
                    ns2:has_start [ ns2:in "1811" ] ] ],
        [ a ns2:RelAttestation ;
            rdfs:label "opgegaan in Loppersum" ;
            ns2:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Loppersum> ;
            ns2:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns2:when [ a ns2:Timespan ;
                    ns2:has_end [ ns2:in "1990" ] ;
                    ns2:has_start [ ns2:in "1990" ] ] ] ;
    ns2:type_attestation [ a ns2:TypeAttestation ;
            rdfs:label "Gemeente"@nl ;
            rdfs:seeAlso <https://gemeentegeschiedenis.nl/gg-schema#Municipality> ] ;
    ns2:when [ a ns2:Timespan ;
            ns2:has_end [ ns2:in "1990" ] ;
            ns2:has_start [ ns2:in "1812" ] ] ;
    ns1:geometry [ a ns2:Setting ;
            ns2:when [ a ns2:Timespan ;
                    ns2:has_end [ ns2:in "1990" ] ;
                    ns2:has_start [ ns2:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((6.596894 53.34225, 6.626502 53.348419, 6.627488 53.356586, 6.645045 53.361166, 6.662486 53.361701, 6.669062 53.360553, 6.679029 53.362334, 6.693837 53.360197, 6.700465 53.355901, 6.683316 53.345034, 6.654944 53.304539, 6.644438 53.30438, 6.637259 53.310296, 6.622577 53.311077, 6.617292 53.315175, 6.612455 53.32448, 6.608305 53.326319, 6.604261 53.32663, 6.596902 53.331826, 6.605364 53.333808, 6.60484 53.336509, 6.596894 53.34225)))"^^geo:wktLiteral ] .

