@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://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/bXvHPj>
  gtm:verpondingsNummer "914/9"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/verponding/914-9"^^xsd:string ;
  schema:name "Verponding 914/9"@nl ;
  gtm:kadastraalPerceel <https://n2t.net/ark:/60537/b12wjj> ;
  a gtm:Verponding ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/69771> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7103133 52.0142901, 4.7102731 52.014272, 4.7102249 52.0143187, 4.7102644 52.0143342, 4.7103133 52.0142901))"^^geo:wktLiteral ;
    osm:area 20.0
  ] .

