@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/bu995T>
  schema:name "(gebied)"@nl ;
  dc:title "(gebied)"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/.well-known/bnode/beeldbank-a75dfe3309923d6fff280beae679b2bb-geoshape"^^xsd:string ;
  a schema:GeoShape ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/204475> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7066268326216 52.00904407982, 4.70661609054 52.008954243629, 4.7064909468163 52.009010641121, 4.7066268326216 52.00904407982))"^^geo:wktLiteral ;
    osm:area 45.0
  ] .

