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

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

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

