@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/Stompwijk> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Stompwijk"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Stompwijk> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1197> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10742> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Stompwijk> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Stompwijk"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Leidschendam_2" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Leidschendam_2> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1938" ] ;
                    ns1:has_start [ ns1:in "1938" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "ontstaan uit Leidschendam_1" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Leidschendam_1> ;
            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" ] ] ],
        [ 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 "1938" ] ;
            ns1:has_start [ ns1:in "1817" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1938" ] ;
                    ns1:has_start [ ns1:in "1818" ] ] ;
            geo:asWKT "MultiPolygon (((4.45892 52.123657, 4.487626 52.097723, 4.488536 52.088741, 4.472565 52.084843, 4.472234 52.079627, 4.463041 52.079735, 4.432611 52.070055, 4.422943 52.065212, 4.412937 52.055871, 4.40522 52.062009, 4.399962 52.062415, 4.390774 52.055866, 4.382533 52.046268, 4.382556 52.038717, 4.374627 52.034874, 4.366457 52.041635, 4.358757 52.046871, 4.349716 52.053264, 4.344547 52.056095, 4.388815 52.078321, 4.425248 52.100466, 4.430887 52.102939, 4.437009 52.110179, 4.45892 52.123657)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1938" ] ;
                    ns1:has_start [ ns1:in "1938" ] ] ;
            geo:asWKT "MultiPolygon (((4.45892 52.123657, 4.487626 52.097723, 4.488536 52.088741, 4.472565 52.084843, 4.472234 52.079627, 4.463041 52.079735, 4.432611 52.070055, 4.422943 52.065212, 4.412937 52.055871, 4.40522 52.062009, 4.399962 52.062415, 4.393456 52.066405, 4.373402 52.050324, 4.366457 52.041635, 4.358757 52.046871, 4.349716 52.053264, 4.344547 52.056095, 4.388815 52.078321, 4.368388 52.091269, 4.368012 52.094951, 4.397148 52.11048, 4.406079 52.109296, 4.413333 52.104683, 4.422858 52.102963, 4.425248 52.100466, 4.430887 52.102939, 4.437009 52.110179, 4.45892 52.123657)))"^^geo:wktLiteral ] .

