@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/Westzaan> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Westzaan"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Westzaan> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11381> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0461> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Westzaan> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Westzaan"@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 "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 "opgegaan in Zaanstad" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Zaanstad> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1974" ] ;
                    ns1:has_start [ ns1:in "1974" ] ] ] ;
    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 "1974" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1875" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((4.783286 52.477011, 4.787259 52.466246, 4.787416 52.465528, 4.779931 52.464052, 4.787423 52.454114, 4.797854 52.433135, 4.793744 52.432575, 4.780052 52.433764, 4.772575 52.432198, 4.76374 52.43305, 4.753562 52.445579, 4.760987 52.461347, 4.766652 52.477105, 4.766242 52.485281, 4.777568 52.486059, 4.783286 52.477011)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1974" ] ;
                    ns1:has_start [ ns1:in "1875" ] ] ;
            geo:asWKT "MultiPolygon (((4.793744 52.432575, 4.791749 52.427802, 4.77792 52.42845, 4.766138 52.429827, 4.75242 52.4329, 4.753562 52.445579, 4.760987 52.461347, 4.766652 52.477105, 4.766242 52.485281, 4.777568 52.486059, 4.783286 52.477011, 4.787259 52.466246, 4.787416 52.465528, 4.779931 52.464052, 4.787423 52.454114, 4.797854 52.433135, 4.793744 52.432575)))"^^geo:wktLiteral ] .

