@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/bCGQtH>
  schema:name "(gebied)"@nl ;
  dc:title "(gebied)"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/.well-known/bnode/beeldbank-fb9530783f3501d3a22eee6a77694a39-geoshape"^^xsd:string ;
  a schema:GeoShape ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/206347> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.704645574011 52.015649389774, 4.7037670102826 52.015991760937, 4.7047604432104 52.016285458854, 4.704645574011 52.015649389774))"^^geo:wktLiteral ;
    osm:area 2281.0
  ] .

