@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/bKBrkt>
  schema:name "(gebied)"@nl ;
  dc:title "(gebied)"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/.well-known/bnode/beeldbank-0c24ab61ba389364f11c5ca2dd7443d4-geoshape"^^xsd:string ;
  a schema:GeoShape ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/200897> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7103559970856 52.011155657839, 4.7100747046047 52.011072720181, 4.7101115766829 52.011274915753, 4.7103559970856 52.011155657839))"^^geo:wktLiteral ;
    osm:area 205.0
  ] .

