@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/Varik> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Varik"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Varik> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0284> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11064> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Varik> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Varik"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "provincie Gelderland" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Gelderland> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Neerijnen" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Neerijnen> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1978" ] ;
                    ns1:has_start [ ns1:in "1978" ] ] ],
        [ 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" ] ] ] ;
    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 "1978" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1978" ] ;
                    ns1:has_start [ ns1:in "1818" ] ] ;
            geo:asWKT "MultiPolygon (((5.321911 51.836974, 5.335988 51.834554, 5.341931 51.83968, 5.348318 51.836806, 5.374434 51.839688, 5.389669 51.837531, 5.373858 51.823509, 5.361537 51.809664, 5.353563 51.806966, 5.346604 51.806874, 5.340658 51.80786, 5.335143 51.812173, 5.325272 51.819358, 5.31816 51.82286, 5.306407 51.825369, 5.316117 51.830948, 5.321911 51.836974)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1818" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.401576 51.867641, 5.409272 51.86746, 5.418855 51.868537, 5.407668 51.853259, 5.403747 51.848855, 5.401133 51.842923, 5.389669 51.837531, 5.373858 51.823509, 5.361537 51.809664, 5.353563 51.806966, 5.346604 51.806874, 5.340658 51.80786, 5.335143 51.812173, 5.325272 51.819358, 5.31816 51.82286, 5.306407 51.825369, 5.316117 51.830948, 5.321911 51.836974, 5.315226 51.843621, 5.320444 51.848029, 5.314338 51.854227, 5.324638 51.858457, 5.326238 51.856121, 5.334799 51.858372, 5.340027 51.856577, 5.356573 51.85838, 5.375298 51.862069, 5.386041 51.869799, 5.401576 51.867641)))"^^geo:wktLiteral ] .

