@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/218bbb2e70cfce022ae09d6a4327b899> a ns2:Woonplaats,
        ns1:Place,
        skos:Concept,
        <https://data.razu.nl/def/ldto/Locatie> ;
    ns2:identificatie "3340" ;
    ns1:name "Maarn"@nl ;
    geo:hasGeometry <https://data.example.org/.well-known/genid/34a77f05d5a25c4e6e48d38a652f07ee> ;
    skos:exactMatch <http://bag.basisregistraties.overheid.nl/bag/id/woonplaats/3340>,
        <http://www.wikidata.org/entity/Q1616311> ;
    skos:inScheme <https://data.example.org/id/locatie/00c28ef1f380c89a94e3b00e5c865a43> ;
    skos:prefLabel "Maarn (plaats)"@nl .

<https://data.example.org/.well-known/genid/34a77f05d5a25c4e6e48d38a652f07ee> a geo:Geometry ;
    ns1:description "Een representatief punt in de plaats Maarn"@nl ;
    geo:asWKT "Point (5.371 52.064)"^^geo:wktLiteral ;
    geo:crs <http://www.opengis.net/def/crs/OGC/1.3/CRS84> .

