@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/Sonnega> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Sonnega"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Sonnega> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10937> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Sonnega> ;
            ns1:relation_type foaf:primaryTopicOf ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Sonnega"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Weststellingwerf" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Weststellingwerf> ;
            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 "provincie Friesland" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Friesland> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ 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" ] ] ] ;
    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.971492 52.839741, 5.955702 52.835234, 5.955362 52.83191, 5.945309 52.834833, 5.926863 52.831144, 5.92017 52.817694, 5.91123 52.814408, 5.905845 52.810568, 5.890332 52.802816, 5.876795 52.799008, 5.854162 52.803951, 5.844672 52.803988, 5.837703 52.804015, 5.833752 52.809242, 5.817348 52.815054, 5.820074 52.820796, 5.826493 52.824816, 5.850315 52.860763, 5.868016 52.877138, 5.884901 52.885965, 5.886881 52.890181, 5.892252 52.892135, 5.905341 52.893247, 5.919088 52.898934, 5.997825 52.880041, 5.972879 52.873741, 5.997732 52.847951, 5.983138 52.847378, 5.971492 52.839741)))"^^geo:wktLiteral ] .

