@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/bnuBk3>
  gtm:kadastraalNummer "253"^^xsd:string ;
  gtm:kadastraleAanduiding "E253"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/E253"^^xsd:string ;
  schema:name "Perceel GDA01-E253"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bLQuPI> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/17469> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.706799 52.0065715, 4.7068205 52.0065871, 4.7068573 52.0065676, 4.7068372 52.0065532, 4.7068288 52.0065471, 4.7067925 52.0065663, 4.706799 52.0065715))"^^geo:wktLiteral ;
    osm:area 10.0
  ] .

