@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/Stoutenburg> a <https://purl.org/geojson/vocab#Feature> ;
    rdfs:label "Stoutenburg"@nl ;
    ns1:link_attestation [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/amco/10438> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <https://nl.wikipedia.org/wiki/Stoutenburg> ;
            ns1:relation_type foaf:primaryTopicOf ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://www.gemeentegeschiedenis.nl/cbscode/0343> ;
            ns1:relation_type rdfs:seeAlso ],
        [ a ns1:LinkAttestation ;
            ns1:relation_to <http://nl.dbpedia.org/resource/Stoutenburg> ;
            ns1:relation_type skos:closeMatch ] ;
    ns1:name_attestation [ a ns1:NameAttestation ;
            ns1:toponym "Stoutenburg"@nl ] ;
    ns1:rel_attestation [ a ns1:RelAttestation ;
            rdfs:label "opgegaan in Leusden" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Leusden> ;
            ns1:relation_type <http://vocab.getty.edu/ontology#tgn3000_related_to> ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1969" ] ;
                    ns1:has_start [ ns1:in "1969" ] ] ],
        [ a ns1:RelAttestation ;
            rdfs:label "ontstaan uit Hoevelaken" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/gemeentenaam/Hoevelaken> ;
            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 Utrecht" ;
            ns1:relation_to <https://gemeentegeschiedenis.nl/provincie/Utrecht> ;
            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 "1969" ] ;
            ns1:has_start [ ns1:in "1818" ] ] ;
    ns2:geometry [ a ns1:Setting ;
            ns1:when [ a ns1:Timespan ;
                    ns1:has_end [ ns1:in "1969" ] ;
                    ns1:has_start [ ns1:in "1960" ] ] ;
            geo:asWKT "MultiPolygon (((5.472113 52.160804, 5.482335 52.156662, 5.480128 52.149383, 5.497648 52.144515, 5.496031 52.140382, 5.511791 52.134614, 5.512072 52.130299, 5.49717 52.128337, 5.486219 52.128976, 5.482722 52.132664, 5.474688 52.132131, 5.469872 52.134471, 5.461254 52.134117, 5.453227 52.138077, 5.444169 52.136464, 5.431027 52.140694, 5.40751 52.143217, 5.415111 52.150315, 5.417452 52.155708, 5.439669 52.160104, 5.448581 52.158392, 5.446689 52.164595, 5.462185 52.166204, 5.472264 52.163051, 5.472113 52.160804)))"^^geo:wktLiteral ] .

