@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/bxTAzq>
  gtm:kadastraalNummer "68"^^xsd:string ;
  gtm:kadastraleAanduiding "B68"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/B68"^^xsd:string ;
  schema:name "Perceel GDA01-B68"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b9nwTD> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13915> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7082939 52.0138471, 4.7082401 52.0138953, 4.7082811 52.0139142, 4.7083361 52.0138689, 4.7082939 52.0138471))"^^geo:wktLiteral ;
    osm:area 23.0
  ] .

