@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/bzzdt2>
  gtm:verpondingsNummer "1337" ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/verponding/1337" ;
  ns0:name "Verponding 1337"@nl ;
  gtm:kadastraalPerceel <https://n2t.net/ark:/60537/bPB49x> ;
  a gtm:Verponding ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/66678> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7101999 52.0124693, 4.7102029 52.0124379, 4.7100372 52.0124293, 4.7100194 52.0124288, 4.7100159 52.0124575, 4.7100344 52.012459, 4.7101999 52.0124693))"^^geo:wktLiteral ;
    osm:area 43.0
  ] .

