@prefix bag: <http://bag.basisregistraties.overheid.nl/def/bag#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix ns1: <https://data.razu.nl/def/ldto/> .
@prefix ns3: <http://schema.org/> .
@prefix ogc: <http://www.opengis.net/def/crs/OGC/1.3/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://data.razu.nl/id/locatie/a4ed213e4fcc0888b2a88ab1a81847c4> a bag:Woonplaats,
        ns3:Place,
        skos:Concept,
        ns1:Locatie ;
    bag:identificatie "3339" ;
    ns3:name "Doorn"@nl ;
    geo:hasGeometry <https://data.razu.nl/.well-known/genid/a5244cd6921d37f88f1b0a90dcf00b55> ;
    skos:exactMatch <http://bag.basisregistraties.overheid.nl/bag/id/woonplaats/3339>,
        <http://www.wikidata.org/entity/Q1615161> ;
    skos:inScheme <https://data.razu.nl/id/locatie/00c28ef1f380c89a94e3b00e5c865a43> ;
    skos:prefLabel "Doorn (plaats)"@nl .

<https://data.razu.nl/.well-known/genid/a5244cd6921d37f88f1b0a90dcf00b55> a geo:Geometry ;
    ns3:description "Een representatief punt in de plaats Doorn"@nl ;
    geo:asWKT "Point (5.346 52.033)"^^geo:wktLiteral ;
    geo:crs ogc:CRS84 .

