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

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

