@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/Broek> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Broek"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Broek,_Thuil_en_%27t_Weegje> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1030> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11214> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Broek"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Waddinxveen_2" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_2> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1870" ] ;
                    ns1:has_start [ ns1:in "1870" ] ] ],
        [ 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 "ontstaan uit Gouda" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
            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 "1870" ] ;
            ns1:has_start [ ns1:in "1817" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1870" ] ;
                    ns1:has_start [ ns1:in "1818" ] ] ;
            geo:asWKT "MultiPolygon (((4.660437 52.051996, 4.6762 52.050923, 4.675008 52.043366, 4.682899 52.042155, 4.703207 52.039039, 4.715045 52.03686, 4.715678 52.02383, 4.718516 52.019173, 4.708912 52.018399, 4.693305 52.010218, 4.700038 51.998573, 4.695709 51.99603, 4.693232 51.996106, 4.687908 52.001377, 4.667845 52.008357, 4.663262 52.012554, 4.661052 52.014068, 4.664057 52.017412, 4.663983 52.021996, 4.659256 52.026012, 4.640791 52.01484, 4.623691 52.026685, 4.631548 52.027365, 4.641681 52.040193, 4.652297 52.041608, 4.652197 52.038821, 4.66229 52.036637, 4.659235 52.045247, 4.660437 52.051996)))"^^geo:wktLiteral ] .

