@prefix schema: <http://schema.org/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix osm: <https://osm2rdf.cs.uni-freiburg.de/rdf#> .

<https://n2t.net/ark:/60537/b62tDU>
  schema:name "(gebied)"@nl ;
  dc:title "(gebied)"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/.well-known/bnode/beeldbank-7106cb0400cb896b2af99091608ccb19-geoshape"^^xsd:string ;
  a schema:GeoShape ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/203255> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7115855214361 52.006760359243, 4.7096212570781 52.006531077888, 4.7098204444381 52.007338348964, 4.7115855214361 52.006760359243))"^^geo:wktLiteral ;
    osm:area 5874.0
  ] .

