@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/Ottoland> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Ottoland"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Ottoland> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Ottoland> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10097> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0582> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Ottoland"@nl ] ;
    ns1:rel_attestation [ 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 Graafstroom" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Graafstroom> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1986" ] ;
                    ns1:has_start [ ns1:in "1986" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "ontstaan uit Goudriaan" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Goudriaan> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1817" ] ;
                    ns1:has_start [ ns1:in "1817" ] ] ] ;
    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 "1986" ] ;
            ns1:has_start [ ns1:in "1817" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1858" ] ;
                    ns1:has_start [ ns1:in "1818" ] ] ;
            geo:asWKT "MultiPolygon (((4.847588 51.898582, 4.868645 51.899485, 4.871871 51.896893, 4.884771 51.899645, 4.891316 51.885831, 4.893988 51.880629, 4.890796 51.880346, 4.878028 51.879213, 4.870223 51.875943, 4.864587 51.873581, 4.852881 51.893303, 4.847588 51.898582)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1986" ] ;
                    ns1:has_start [ ns1:in "1858" ] ] ;
            geo:asWKT "MultiPolygon (((4.842474 51.900895, 4.847588 51.898582, 4.868645 51.899485, 4.871871 51.896893, 4.884771 51.899645, 4.891316 51.885831, 4.893988 51.880629, 4.878028 51.879213, 4.870223 51.875943, 4.864587 51.873581, 4.853894 51.869128, 4.844301 51.882028, 4.834384 51.897082, 4.842474 51.900895)))"^^geo:wktLiteral ] .

