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

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

