@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/bRfFyV>
  gtm:kadastraalNummer "152"^^xsd:string ;
  gtm:kadastraleAanduiding "A152"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A152"^^xsd:string ;
  schema:name "Perceel GDA01-A152"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13154> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7052173 52.0134839, 4.7050658 52.0134024, 4.7050018 52.0134477, 4.7050327 52.0134644, 4.7050251 52.0134697, 4.7050395 52.0134782, 4.7050395 52.0134781, 4.7050633 52.0134908, 4.7050338 52.013512, 4.7051156 52.0135554, 4.7051537 52.0135262, 4.7052173 52.0134839))"^^geo:wktLiteral ;
    osm:area 123.0
  ] .

