@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/Oudwoude> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Oudwoude"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Oudwoude> ;
            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/Oudwoude> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10353> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Oudwoude"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Kollumerland_en_Nieuwkruisland" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Kollumerland_en_Nieuwkruisland> ;
            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 (((6.133104 53.297446, 6.134357 53.291694, 6.133801 53.28713, 6.130464 53.287008, 6.130984 53.261883, 6.135033 53.262001, 6.1354 53.259145, 6.0966 53.250546, 6.072969 53.243674, 6.04625 53.24005, 6.048967 53.260972, 6.053326 53.261846, 6.055807 53.286543, 6.072929 53.288333, 6.073968 53.315913, 6.07702 53.319131, 6.086957 53.32114, 6.091557 53.317968, 6.10281 53.317902, 6.105921 53.315457, 6.115546 53.316747, 6.121376 53.315453, 6.12336 53.308612, 6.134157 53.308366, 6.135868 53.303233, 6.131149 53.299219, 6.133104 53.297446)))"^^geo:wktLiteral ] .

