@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/c0d1ae18a5cccce8d6e9847ba94904ff> a bag:Woonplaats,
        ns3:Place,
        skos:Concept,
        ns1:Locatie ;
    bag:identificatie "2053 " ;
    ns3:name "Houten"@nl ;
    geo:hasGeometry <https://data.razu.nl/.well-known/genid/7838b6f83e306f0b7d42189810664cf1> ;
    skos:exactMatch <http://bag.basisregistraties.overheid.nl/bag/id/woonplaats/2053>,
        <http://www.wikidata.org/entity/Q33446293> ;
    skos:inScheme <https://data.razu.nl/id/locatie/00c28ef1f380c89a94e3b00e5c865a43> ;
    skos:prefLabel "Houten (plaats)"@nl .

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

