@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/bXvFdj>
  gtm:kadastraalNummer "128"^^xsd:string ;
  gtm:kadastraleAanduiding "A128"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A128"^^xsd:string ;
  schema:name "Perceel GDA01-A128"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13130> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7035437 52.0131545, 4.7038269 52.013307, 4.7038269 52.013307, 4.7039589 52.0132094, 4.7036909 52.013068, 4.7036724 52.0130577, 4.7035437 52.0131545))"^^geo:wktLiteral ;
    osm:area 362.0
  ] .

