@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/Spanbroek> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Spanbroek"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10063> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Spanbroek> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1186> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Spanbroek> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Spanbroek"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "provincie Noord-Holland" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Noord-Holland> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ 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 Opmeer" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Opmeer> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1959" ] ;
                    ns1:has_start [ ns1:in "1959" ] ] ] ;
    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 "1959" ] ;
            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 (((4.946991 52.681024, 4.945318 52.670862, 4.966284 52.673724, 4.966172 52.669949, 4.958486 52.669832, 4.957047 52.665782, 4.952309 52.666574, 4.953964 52.663614, 4.945155 52.65765, 4.934866 52.666509, 4.934626 52.675495, 4.937361 52.682785, 4.906358 52.691561, 4.897604 52.694042, 4.896602 52.704283, 4.909765 52.704696, 4.983059 52.73058, 4.99249 52.719018, 4.957246 52.705955, 4.974781 52.697839, 4.959775 52.689338, 4.956432 52.683305, 4.946991 52.681024)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1959" ] ;
                    ns1:has_start [ ns1:in "1818" ] ] ;
            geo:asWKT "MultiPolygon (((4.974781 52.697839, 4.959775 52.689338, 4.956432 52.683305, 4.946991 52.681024, 4.945318 52.670862, 4.966284 52.673724, 4.966172 52.669949, 4.958486 52.669832, 4.957047 52.665782, 4.952309 52.666574, 4.953964 52.663614, 4.945155 52.65765, 4.934866 52.666509, 4.934626 52.675495, 4.937361 52.682785, 4.906358 52.691561, 4.957246 52.705955, 4.974781 52.697839)))"^^geo:wktLiteral ] .

