@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix ns0: <https://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/bqOPy2>
  gtm:verpondingsNummer "1234" ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/verponding/1234" ;
  ns0:name "Verponding 1234"@nl ;
  gtm:kadastraalPerceel <https://n2t.net/ark:/60537/bZAF9B> ;
  a gtm:Verponding ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/66563> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7081178 52.0132751, 4.7081365 52.0132458, 4.707974 52.0132033, 4.7079667 52.013221, 4.7079618 52.0132323, 4.7079669 52.0132331, 4.7081178 52.0132751))"^^geo:wktLiteral ;
    osm:area 40.0
  ] .

