@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/Bree> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Bree"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/11352> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Bree_(stad)> ;
            ns1:relation_type skos:closeMatch ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Maasbree> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Bree_(stad)> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Maasbree> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Bree"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Maasbree" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Maasbree> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1818" ] ;
                    ns1:has_start [ ns1:in "1818" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "provincie Limburg" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Limburg> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#broaderPartitive> ],
        [ a ns1:RelAttestation ;
            rdfs:label "Frans departement Ro" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/departement/Ro> ;
            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" ] ] ] ;
    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 "1818" ] ;
            ns1:has_start [ ns1:in "1812" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1818" ] ;
                    ns1:has_start [ ns1:in "1812" ] ] ;
            geo:asWKT "MultiPolygon (((6.081124 51.399071, 6.08918 51.390304, 6.096967 51.392144, 6.141782 51.391323, 6.144294 51.386903, 6.154131 51.390883, 6.160703 51.380233, 6.162063 51.375729, 6.157376 51.370367, 6.147019 51.360727, 6.119505 51.346161, 6.117315 51.343837, 6.115535 51.340253, 6.11596 51.330902, 6.11209 51.322117, 6.108292 51.317825, 6.099281 51.319499, 6.094478 51.315034, 6.068766 51.31258, 6.056665 51.318763, 6.045662 51.321702, 5.998869 51.373374, 5.976599 51.37268, 5.971306 51.374325, 5.959963 51.374561, 5.955994 51.378805, 6.008022 51.381056, 6.081124 51.399071)))"^^geo:wktLiteral ] .

