@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://bag.basisregistraties.overheid.nl/def/bag#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://data.example.org/id/locatie/d5acdcc4f873045aaefd2a31af723153> a ns2:Woonplaats,
        ns1:Place,
        skos:Concept,
        <https://data.razu.nl/def/ldto/Locatie> ;
    ns2:identificatie "1302" ;
    ns1:name "Wijk bij Duurstede"@nl ;
    geo:hasGeometry <https://data.example.org/.well-known/genid/c8c9853d6ab835ba33f80d5361e356d9> ;
    skos:exactMatch <http://bag.basisregistraties.overheid.nl/bag/id/woonplaats/1302>,
        <http://www.wikidata.org/entity/Q33516912> ;
    skos:inScheme <https://data.example.org/id/locatie/00c28ef1f380c89a94e3b00e5c865a43> ;
    skos:prefLabel "Wijk bij Duurstede (plaats)"@nl .

<https://data.example.org/.well-known/genid/c8c9853d6ab835ba33f80d5361e356d9> a geo:Geometry ;
    ns1:description "Een representatief punt in de plaats Wijk bij Duurstede"@nl ;
    geo:asWKT "Point (5.344 51.973)"^^geo:wktLiteral ;
    geo:crs <http://www.opengis.net/def/crs/OGC/1.3/CRS84> .

