@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/bzmEou>
  schema:name "(gebied)"@nl ;
  dc:title "(gebied)"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/.well-known/bnode/beeldbank-e9ae6d18a4fee647eede7d40a2f31c2e-geoshape"^^xsd:string ;
  a schema:GeoShape ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/205914> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7104793787003 52.011035140429, 4.7093828316797 52.012643496675, 4.7112004180525 52.012721964117, 4.7104793787003 52.011035140429))"^^geo:wktLiteral ;
    osm:area 11477.0
  ] .

