@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/Bierum> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Bierum"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0008> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Bierum> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11294> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Bierum> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Bierum"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Delfzijl" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Delfzijl> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1990" ] ;
                    ns1:has_start [ ns1:in "1990" ] ] ],
        [ 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" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "provincie Groningen" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Groningen> ;
            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 "1990" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1990" ] ;
                    ns1:has_start [ ns1:in "1979" ] ] ;
            geo:asWKT "MultiPolygon (((6.896602 53.367888, 6.900822 53.346896, 6.886405 53.346897, 6.886205 53.341148, 6.876655 53.342884, 6.873222 53.339153, 6.833891 53.339363, 6.830103 53.342823, 6.829998 53.348665, 6.823768 53.35548, 6.81491 53.355585, 6.804291 53.361552, 6.803544 53.366234, 6.780665 53.392741, 6.794059 53.397797, 6.846878 53.416848, 6.876804 53.403631, 6.889248 53.393951, 6.891146 53.375145, 6.896602 53.367888)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1979" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((6.900822 53.346896, 6.886405 53.346897, 6.886205 53.341148, 6.876655 53.342884, 6.873222 53.339153, 6.833891 53.339363, 6.830103 53.342823, 6.829998 53.348665, 6.823768 53.35548, 6.81491 53.355585, 6.804291 53.361552, 6.803544 53.366234, 6.780665 53.392741, 6.794059 53.397797, 6.846878 53.416848, 6.862863 53.422404, 6.876737 53.427715, 6.883592 53.421519, 6.883856 53.411811, 6.889276 53.394759, 6.891146 53.375145, 6.896602 53.367888, 6.900822 53.346896)))"^^geo:wktLiteral ] .

