@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/Rhoon> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Rhoon"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Rhoon> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10903> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0596> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Rhoon> ;
            ns1:relation_type foaf:primaryTopicOf ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Rhoon"@nl ] ;
    ns1:rel_attestation [ 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" ] ] ],
        [ 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 "opgegaan in Albrandswaard_2" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Albrandswaard_2> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1985" ] ;
                    ns1:has_start [ ns1:in "1985" ] ] ] ;
    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 "1985" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1935" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((4.432037 51.871309, 4.440279 51.866072, 4.460581 51.867313, 4.4668 51.861429, 4.476389 51.861055, 4.478536 51.855408, 4.486895 51.851158, 4.484491 51.847994, 4.48797 51.840919, 4.487019 51.837676, 4.479223 51.835728, 4.46332 51.832907, 4.452286 51.83327, 4.43494 51.837085, 4.42806 51.839906, 4.418711 51.842795, 4.41498 51.85427, 4.406225 51.856355, 4.410859 51.863584, 4.405878 51.86561, 4.408802 51.871388, 4.421657 51.867809, 4.432037 51.871309)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1985" ] ;
                    ns1:has_start [ ns1:in "1935" ] ] ;
            geo:asWKT "MultiPolygon (((4.479223 51.835728, 4.46332 51.832907, 4.452286 51.83327, 4.43494 51.837085, 4.42806 51.839906, 4.418711 51.842795, 4.41498 51.85427, 4.406225 51.856355, 4.410859 51.863584, 4.405878 51.86561, 4.433094 51.86943, 4.443072 51.864477, 4.471592 51.861377, 4.476389 51.861055, 4.478536 51.855408, 4.486895 51.851158, 4.484491 51.847994, 4.48797 51.840919, 4.487019 51.837676, 4.479223 51.835728)))"^^geo:wktLiteral ] .

