@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/Assendelft> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Assendelft"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0367> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Assendelft> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11373> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Assendelft> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Assendelft"@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 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 "1974" ] ;
                    ns1:has_start [ ns1:in "1875" ] ] ;
            geo:asWKT "MultiPolygon (((4.753562 52.445579, 4.75242 52.4329, 4.724123 52.437149, 4.715268 52.439256, 4.706254 52.441991, 4.674417 52.455375, 4.691014 52.466529, 4.698441 52.471516, 4.70443 52.483953, 4.712568 52.49092, 4.722363 52.495559, 4.730902 52.495697, 4.738927 52.500774, 4.756403 52.493858, 4.768341 52.493112, 4.766242 52.485281, 4.766652 52.477105, 4.760987 52.461347, 4.753562 52.445579)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1875" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((4.768341 52.493112, 4.766242 52.485281, 4.766652 52.477105, 4.760987 52.461347, 4.753562 52.445579, 4.743681 52.447323, 4.72796 52.446158, 4.719424 52.44647, 4.71064 52.443724, 4.696057 52.435731, 4.68577 52.435311, 4.684825 52.43926, 4.69596 52.441932, 4.701771 52.446549, 4.695906 52.454784, 4.69747 52.458298, 4.690685 52.459337, 4.689713 52.464993, 4.691014 52.466529, 4.698441 52.471516, 4.70443 52.483953, 4.712568 52.49092, 4.722363 52.495559, 4.730902 52.495697, 4.738927 52.500774, 4.756403 52.493858, 4.768341 52.493112)))"^^geo:wktLiteral ] .

