@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/btWseq>
  schema:name "(gebied)"@nl ;
  dc:title "(gebied)"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/.well-known/bnode/beeldbank-27a1c0fa1612960c0c6bc9fcc0499cf2-geoshape"^^xsd:string ;
  a schema:GeoShape ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/201557> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7064113608212 52.008282412935, 4.7129536706742 52.00973797124, 4.7127436670561 52.006509856751, 4.7064113608212 52.008282412935))"^^geo:wktLiteral ;
    osm:area 79383.0
  ] .

