@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/Amby> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Amby"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Amby> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Amby> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0883> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10922> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Amby"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "Frans departement NM" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/NM> ;
            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 Maastricht" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Maastricht> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1970" ] ;
                    ns1:has_start [ ns1:in "1970" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "provincie Limburg" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Limburg> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ] ;
    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 "1970" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1920" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.758279 50.856811, 5.73908 50.853275, 5.739317 50.847072, 5.727814 50.846747, 5.726264 50.84837, 5.722572 50.848291, 5.72185 50.846675, 5.718016 50.846506, 5.709798 50.848956, 5.709537 50.852283, 5.713835 50.857664, 5.713854 50.860361, 5.718406 50.861426, 5.719182 50.870593, 5.733154 50.877294, 5.739825 50.876464, 5.743772 50.872497, 5.753719 50.872826, 5.758944 50.868854, 5.761785 50.868935, 5.76204 50.865338, 5.748921 50.858728, 5.758 50.857441, 5.758279 50.856811)))"^^geo:wktLiteral ],
        [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1970" ] ;
                    ns1:has_start [ ns1:in "1920" ] ] ;
            geo:asWKT "MultiPolygon (((5.739825 50.876464, 5.743772 50.872497, 5.753719 50.872826, 5.758944 50.868854, 5.761785 50.868935, 5.76204 50.865338, 5.748921 50.858728, 5.758 50.857441, 5.758279 50.856811, 5.73908 50.853275, 5.739317 50.847072, 5.727814 50.846747, 5.726264 50.84837, 5.722572 50.848291, 5.72185 50.846675, 5.718016 50.846506, 5.718792 50.855762, 5.713835 50.857664, 5.713854 50.860361, 5.718406 50.861426, 5.719182 50.870593, 5.733154 50.877294, 5.739825 50.876464)))"^^geo:wktLiteral ] .

