@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/Afferden_Ge> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Afferden [Ge]"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11015> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Afferden_(Gelderland)> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ 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/Afferden_(Gelderland)> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Afferden [Ge]"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Druten" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Druten> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1818" ] ;
                    ns1:has_start [ ns1:in "1818" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "Frans departement MR" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/MR> ;
            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 Gelderland" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Gelderland> ;
            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_end [ ns1:in "1818" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1818" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.612187 51.868751, 5.613148 51.872378, 5.61491 51.872465, 5.615068 51.874555, 5.617452 51.881367, 5.61555 51.882733, 5.614682 51.885371, 5.617327 51.885729, 5.616899 51.888093, 5.61809 51.891362, 5.615015 51.893095, 5.613702 51.894824, 5.613869 51.897965, 5.618648 51.897794, 5.649146 51.895663, 5.682108 51.893068, 5.669475 51.870808, 5.655103 51.871381, 5.652938 51.873543, 5.638258 51.871148, 5.638096 51.868093, 5.63475 51.866931, 5.612187 51.868751)))"^^geo:wktLiteral ] .

