@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/Langbroek> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Langbroek"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11413> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Langbroek_(Wijk_bij_Duurstede)> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Langbroek_(Wijk_bij_Duurstede)> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0325> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Langbroek"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "Frans departement Zz" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/Zz> ;
            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 Wijk_bij_Duurstede" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Wijk_bij_Duurstede> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1996" ] ;
                    ns1:has_start [ ns1:in "1996" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "provincie Utrecht" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Utrecht> ;
            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 "1996" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1818" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.311437 52.02599, 5.328783 52.020158, 5.341311 52.021152, 5.36084 52.009473, 5.380941 52.002915, 5.386475 52.001746, 5.400309 52.002285, 5.414432 51.9968, 5.396811 51.987725, 5.377013 51.984669, 5.357071 51.983497, 5.334785 51.995533, 5.323424 51.998314, 5.320211 52.004694, 5.316715 52.004961, 5.312497 52.001813, 5.29181 52.005573, 5.289912 52.007908, 5.277676 52.008437, 5.26234 52.023971, 5.268017 52.026134, 5.285042 52.035857, 5.290871 52.036132, 5.29321 52.032448, 5.304001 52.028502, 5.309831 52.027877, 5.311437 52.02599)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1996" ] ;
                    ns1:has_start [ ns1:in "1818" ] ] ;
            geo:asWKT "MultiPolygon (((5.311437 52.02599, 5.328783 52.020158, 5.341311 52.021152, 5.36084 52.009473, 5.380941 52.002915, 5.386475 52.001746, 5.400309 52.002285, 5.414432 51.9968, 5.396811 51.987725, 5.377013 51.984669, 5.357071 51.983497, 5.334785 51.995533, 5.323424 51.998314, 5.320211 52.004694, 5.316715 52.004961, 5.312497 52.001813, 5.29181 52.005573, 5.289912 52.007908, 5.311437 52.02599)))"^^geo:wktLiteral ] .

