@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/b4ZY2N>
  schema:name "(gebied)"@nl ;
  dc:title "(gebied)"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/.well-known/bnode/beeldbank-210eac2feb55fb7f8d8f649386b3b078-geoshape"^^xsd:string ;
  a schema:GeoShape ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/201413> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7383115887806 52.01130523106, 4.7383282058708 52.01105220779, 4.7379752519203 52.011159391888, 4.7383115887806 52.01130523106))"^^geo:wktLiteral ;
    osm:area 334.0
  ] .

