@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/Elden> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Elden"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11082> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Elden_(Arnhem)> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Elden_(Arnhem)> ;
            ns1:relation_type foaf:primaryTopicOf ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Elden"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Elst" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Elst> ;
            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 BY" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/BY> ;
            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 "ontstaan uit Huissen" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Huissen> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1813" ] ;
                    ns1:has_start [ ns1:in "1813" ] ] ],
        [ 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 "1813" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1818" ] ;
                    ns1:has_start [ ns1:in "1814" ] ] ;
            geo:asWKT "MultiPolygon (((5.895383 51.932607, 5.888244 51.934683, 5.889908 51.93563, 5.887725 51.937616, 5.869515 51.946484, 5.866765 51.948447, 5.865849 51.947919, 5.850194 51.955286, 5.846622 51.957549, 5.849268 51.958773, 5.850175 51.962006, 5.851534 51.966854, 5.856045 51.966836, 5.86305 51.968695, 5.874479 51.975929, 5.881641 51.978686, 5.88936 51.979102, 5.89512 51.973595, 5.887607 51.965537, 5.89149 51.961476, 5.88956 51.957979, 5.888181 51.951783, 5.896118 51.946176, 5.910091 51.947013, 5.912097 51.944398, 5.900888 51.930875, 5.895383 51.932607)))"^^geo:wktLiteral ] .

