@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@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/b9ZC5RC>
  dc:title "(gebied)"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/.well-known/bnode/beeldbank-bc5f3c83e93e79d6df5108baa6a2a2e1-geoshape"^^xsd:string ;
  a schema:GeoShape ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2942774> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7112663388089 52.008172013505, 4.7112877322943 52.008199066978, 4.7113152192241 52.008172036979, 4.7112663388089 52.008172013505))"^^geo:wktLiteral ;
    osm:area 5.0
  ] .

