@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/Wolvega> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Wolvega"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11055> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Wolvega> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Wolvega> ;
            ns1:relation_type foaf:primaryTopicOf ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Wolvega"@nl ] ;
    ns1:rel_attestation [ 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> ],
        [ 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" ] ] ] ;
    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 (((6.109941 52.910337, 6.096074 52.904996, 6.083331 52.900094, 6.073743 52.894406, 6.070404 52.883321, 6.070923 52.876043, 6.075256 52.869892, 6.041439 52.856442, 6.025792 52.857101, 6.014308 52.85027, 5.997732 52.847951, 5.972879 52.873741, 5.997825 52.880041, 5.919088 52.898934, 5.937157 52.906405, 5.947817 52.914713, 5.951001 52.919461, 5.962216 52.92435, 5.977503 52.922209, 5.99033 52.92502, 5.996334 52.929034, 6.003484 52.929896, 6.036257 52.913546, 6.044295 52.914221, 6.08546 52.931871, 6.109941 52.910337)))"^^geo:wktLiteral ] .

