@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/Sexbierum> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Sexbierum"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Barradeel> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10156> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Barradeel> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Sexbierum> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Sexbierum> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Sexbierum"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Barradeel" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Barradeel> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1816" ] ;
                    ns1:has_start [ ns1:in "1816" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "Frans departement Fr" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/Fr> ;
            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 Friesland" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Friesland> ;
            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 "1816" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1816" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.458558 53.182714, 5.449948 53.183541, 5.447736 53.187729, 5.43633 53.187734, 5.427772 53.184692, 5.42181 53.183816, 5.42895 53.192252, 5.444088 53.212194, 5.453378 53.218479, 5.46147 53.223506, 5.478562 53.234457, 5.518641 53.248765, 5.52229 53.24298, 5.523751 53.239366, 5.521608 53.238886, 5.525601 53.232138, 5.528279 53.232696, 5.530943 53.228839, 5.525989 53.227721, 5.528657 53.22555, 5.532405 53.226108, 5.530903 53.217037, 5.53143 53.214548, 5.537193 53.215749, 5.538732 53.212465, 5.538239 53.212292, 5.537773 53.207171, 5.527904 53.210148, 5.526836 53.203859, 5.523541 53.203055, 5.520982 53.198205, 5.515443 53.197492, 5.507948 53.192468, 5.504062 53.19409, 5.497761 53.187446, 5.485788 53.18512, 5.483685 53.181438, 5.458558 53.182714)))"^^geo:wktLiteral ] .

