@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/Appingedam> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Appingedam"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0003> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Appingedam> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://sws.geonames.org/2759686> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10886> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Appingedam> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Appingedam"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "Frans departement We" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/We> ;
            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 Groningen" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Groningen> ;
            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_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((6.886205 53.341148, 6.88377 53.322936, 6.886414 53.316972, 6.883517 53.311346, 6.888948 53.307863, 6.887239 53.293237, 6.862984 53.290122, 6.858416 53.292515, 6.849984 53.291539, 6.846054 53.286195, 6.829457 53.287653, 6.826345 53.293262, 6.815373 53.292585, 6.807682 53.300404, 6.812948 53.300881, 6.808774 53.306233, 6.806465 53.318122, 6.809254 53.320785, 6.83309 53.324455, 6.837676 53.326916, 6.835179 53.328563, 6.834251 53.336662, 6.833891 53.339363, 6.873222 53.339153, 6.876655 53.342884, 6.886205 53.341148)))"^^geo:wktLiteral ] .

