@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/a31c18cbca2ebdc7f2b05e02df638d9b> a ns3:Place,
        skos:Concept,
        ns1:Locatie ;
    ns3:name "Tricht"@nl ;
    geo:hasGeometry <https://data.razu.nl/.well-known/genid/fed2b8466d1b24e34684c510583cccc6> ;
    skos:exactMatch <http://www.wikidata.org/entity/Q3112503> ;
    skos:inScheme <https://data.razu.nl/id/locatie/00c28ef1f380c89a94e3b00e5c865a43> ;
    skos:prefLabel "Tricht (plaats)"@nl .

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

