@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/Hardinxveld> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Hardinxveld"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10167> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Hardinxveld> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Hardinxveld> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1070> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Hardinxveld"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Hardinxveld-Giessendam" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Hardinxveld-Giessendam> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1957" ] ;
                    ns1:has_start [ ns1:in "1957" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "provincie Zuid-Holland" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Zuid-Holland> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns1:RelAttestation ;
            rdfs:label "Frans departement MM" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/MM> ;
            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 "1957" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1957" ] ;
                    ns1:has_start [ ns1:in "1957" ] ] ;
            geo:asWKT "MultiPolygon (((4.847189 51.833894, 4.847202 51.833863, 4.865478 51.834305, 4.868409 51.831711, 4.907501 51.839158, 4.921146 51.838674, 4.924423 51.830417, 4.914998 51.82993, 4.899373 51.826002, 4.88782 51.821279, 4.877102 51.819974, 4.829796 51.821827, 4.811525 51.821469, 4.800957 51.819888, 4.800713 51.827438, 4.800334 51.845413, 4.808131 51.848508, 4.835558 51.860594, 4.847189 51.833894)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1957" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((4.921146 51.838674, 4.924423 51.830417, 4.914998 51.82993, 4.899373 51.826002, 4.88782 51.821279, 4.877102 51.819974, 4.829796 51.821827, 4.811525 51.821469, 4.800957 51.819888, 4.800713 51.827438, 4.811876 51.828032, 4.819654 51.832474, 4.832987 51.833617, 4.851118 51.833971, 4.865478 51.834305, 4.868409 51.831711, 4.907501 51.839158, 4.909476 51.844469, 4.92207 51.847486, 4.921146 51.838674)))"^^geo:wktLiteral ] .

