@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/Peize> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Peize"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0124> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10501> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Peize> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Peize> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Peize"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "ontstaan uit Eelde" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Eelde> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1819" ] ;
                    ns1:has_start [ ns1:in "1819" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Noordenveld" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Noordenveld> ;
            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 "provincie Drenthe" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Drenthe> ;
            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 "1819" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1998" ] ;
                    ns1:has_start [ ns1:in "1820" ] ] ;
            geo:asWKT "MultiPolygon (((6.498601 53.19304, 6.510611 53.194546, 6.533113 53.168452, 6.537859 53.166969, 6.537597 53.157086, 6.539826 53.150954, 6.535563 53.148029, 6.542163 53.143293, 6.539195 53.138469, 6.541665 53.135839, 6.539209 53.127775, 6.514262 53.127922, 6.515574 53.1209, 6.502922 53.116885, 6.50031 53.119875, 6.482495 53.118331, 6.48088 53.113493, 6.476271 53.114344, 6.476022 53.116324, 6.456211 53.12459, 6.458722 53.135531, 6.461645 53.13892, 6.462346 53.143047, 6.475343 53.148771, 6.48708 53.15774, 6.490349 53.168674, 6.500508 53.179903, 6.498375 53.184236, 6.505756 53.191985, 6.498601 53.19304)))"^^geo:wktLiteral ] .

