@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/Sambeek> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Sambeek"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Sambeek> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10339> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Sambeek> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/1167> ;
            ns1:relation_type rdfs:seeAlso ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Sambeek"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "Frans departement MR" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/MR> ;
            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-Brabant" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Noord-Brabant> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Oploo__Sint_Anthonis_en_Ledeacker" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Oploo__Sint_Anthonis_en_Ledeacker> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1942" ] ;
                    ns1:has_start [ ns1:in "1942" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Boxmeer" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Boxmeer> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1942" ] ;
                    ns1:has_start [ ns1:in "1942" ] ] ] ;
    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 "1942" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1942" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((5.96805 51.64859, 5.969468 51.646516, 5.977075 51.642612, 6.001037 51.630444, 5.997709 51.630012, 5.987807 51.634827, 5.978658 51.631099, 5.980784 51.627942, 5.979221 51.618871, 5.974553 51.615209, 5.974207 51.610807, 5.965363 51.607884, 5.950315 51.616767, 5.945598 51.608879, 5.870075 51.579912, 5.836768 51.567371, 5.826974 51.568757, 5.862277 51.592978, 5.864873 51.592788, 5.86766 51.597091, 5.873287 51.596888, 5.879859 51.604051, 5.869417 51.612994, 5.877416 51.618354, 5.882902 51.61833, 5.88296 51.623633, 5.911169 51.627825, 5.925244 51.633334, 5.942448 51.634602, 5.951089 51.644179, 5.96805 51.64859)))"^^geo:wktLiteral ] .

