@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/box5Af>
  gtm:kadastraalNummer "15"^^xsd:string ;
  gtm:kadastraleAanduiding "B15"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/B15"^^xsd:string ;
  schema:name "Perceel GDA01-B15"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b9nwTD> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13862> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.709365 52.0149544, 4.7093874 52.0149329, 4.7094448 52.0148816, 4.7093003 52.014828, 4.7092915 52.014835, 4.7092469 52.0148136, 4.7091999 52.0148511, 4.7091636 52.014887, 4.709365 52.0149544))"^^geo:wktLiteral ;
    osm:area 155.0
  ] .

