@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/Rijsoort> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Rijsoort"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10503> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1362> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Rijsoort> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Rijsoort> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Rijsoort"@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 "opgegaan in Rijsoort_en_Strevelshoek" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Rijsoort_en_Strevelshoek> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1846" ] ;
                    ns1:has_start [ ns1:in "1846" ] ] ],
        [ 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> ] ;
    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 "1846" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1846" ] ;
                    ns1:has_start [ ns1:in "1846" ] ] ;
            geo:asWKT "MultiPolygon (((4.596158 51.852934, 4.602901 51.849114, 4.599596 51.838935, 4.590154 51.8395, 4.581691 51.842139, 4.569286 51.846008, 4.568312 51.851664, 4.574393 51.852516, 4.583853 51.851053, 4.591698 51.850657, 4.596158 51.852934)))"^^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 (((4.628111 51.851707, 4.614804 51.832114, 4.634802 51.824784, 4.63285 51.820097, 4.630759 51.81505, 4.614192 51.817009, 4.60565 51.816144, 4.591704 51.817488, 4.583953 51.821031, 4.586318 51.82671, 4.590315 51.830423, 4.58434 51.83191, 4.590154 51.8395, 4.581691 51.842139, 4.569286 51.846008, 4.568312 51.851664, 4.574393 51.852516, 4.583853 51.851053, 4.591698 51.850657, 4.596158 51.852934, 4.602901 51.849114, 4.617395 51.850288, 4.623424 51.854193, 4.628111 51.851707)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1846" ] ;
                    ns1:has_start [ ns1:in "1818" ] ] ;
            geo:asWKT "MultiPolygon (((4.602901 51.849114, 4.599596 51.838935, 4.590154 51.8395, 4.581691 51.842139, 4.583853 51.851053, 4.591698 51.850657, 4.596158 51.852934, 4.602901 51.849114)))"^^geo:wktLiteral ] .

