@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/buznXro>
  dc:title "(gebied)"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/.well-known/bnode/beeldbank-81e28af93f2d9e1a71ba15edfdb23b99-geoshape"^^xsd:string ;
  a schema:GeoShape ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2942013> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7070515155792 52.007333612037, 4.7074071368826 52.007812563456, 4.7078546070831 52.007515082643, 4.7070515155792 52.007333612037))"^^geo:wktLiteral ;
    osm:area 1221.0
  ] .

