@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/Ooststellingwerf> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Ooststellingwerf"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://sws.geonames.org/2749339> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Ooststellingwerf> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10836> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Ooststellingwerf> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0085> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Ooststellingwerf"@nl ] ;
    ns1:rel_attestation [ 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 "ontstaan uit Oosterwolde_Fr" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Oosterwolde_Fr> ;
            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 "ontstaan uit Oudeberkoop" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Oudeberkoop> ;
            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_start [ ns1:in "1816" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_start [ ns1:in "1817" ] ] ;
            geo:asWKT "MultiPolygon (((6.32973 53.072093, 6.369403 53.064764, 6.364805 53.032809, 6.413676 52.981175, 6.428122 52.968828, 6.397196 52.931888, 6.342502 52.906546, 6.335905 52.903902, 6.303433 52.92186, 6.258742 52.92516, 6.246308 52.920487, 6.211245 52.921993, 6.210455 52.92739, 6.200538 52.937883, 6.195186 52.938009, 6.142868 52.923254, 6.109941 52.910337, 6.08546 52.931871, 6.110992 52.946816, 6.12797 52.947881, 6.148421 52.968781, 6.16071 52.973465, 6.18971 52.979924, 6.201297 52.986495, 6.204559 53.033293, 6.211827 53.031356, 6.278915 53.053521, 6.280236 53.059711, 6.32973 53.072093)))"^^geo:wktLiteral ] .

