@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/Ezinge> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Ezinge"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0012> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10136> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Ezinge> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Ezinge> ;
            ns1:relation_type foaf:primaryTopicOf ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Ezinge"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "Frans departement We" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/We> ;
            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 Groningen" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Groningen> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Winsum" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Winsum> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1990" ] ;
                    ns1:has_start [ ns1:in "1990" ] ] ] ;
    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 "1990" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1990" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((6.456343 53.323633, 6.460381 53.323058, 6.462049 53.317742, 6.472979 53.316745, 6.475586 53.318968, 6.484103 53.317542, 6.484421 53.312328, 6.501282 53.297076, 6.50479 53.276196, 6.505621 53.267741, 6.490248 53.264468, 6.476821 53.266927, 6.47311 53.27433, 6.464702 53.273776, 6.461827 53.278744, 6.448279 53.276529, 6.443824 53.278275, 6.432498 53.27487, 6.425396 53.278795, 6.425926 53.282116, 6.434191 53.289053, 6.424182 53.290667, 6.423605 53.297861, 6.429595 53.30365, 6.429956 53.312363, 6.439278 53.313181, 6.449727 53.317043, 6.450339 53.323597, 6.456343 53.323633)))"^^geo:wktLiteral ] .

