@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/Groet> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Groet"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10200> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1323> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Groet_(plaats)> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Groet_(plaats)> ;
            ns1:relation_type foaf:primaryTopicOf ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Groet"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "ontstaan uit Schoorl" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Schoorl> ;
            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" ] ] ],
        [ 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 Schoorl" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Schoorl> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1834" ] ;
                    ns1:has_start [ ns1:in "1834" ] ] ] ;
    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 "1834" ] ;
            ns1:has_start [ ns1:in "1817" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1834" ] ;
                    ns1:has_start [ ns1:in "1818" ] ] ;
            geo:asWKT "MultiPolygon (((4.688424 52.732631, 4.686845 52.72789, 4.677801 52.719658, 4.665806 52.722244, 4.671955 52.73235, 4.665606 52.734408, 4.668342 52.740953, 4.673502 52.739822, 4.682862 52.7379, 4.684407 52.733865, 4.688424 52.732631)))"^^geo:wktLiteral ] .

