@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/bm1Hhe>
  gtm:kadastraalNummer "125"^^xsd:string ;
  gtm:kadastraleAanduiding "A125"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A125"^^xsd:string ;
  schema:name "Perceel GDA01-A125"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13127> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7040267 52.013106, 4.7040267 52.013106, 4.7040694 52.0131279, 4.7040694 52.0131279, 4.7041307 52.0130826, 4.703863 52.0129467, 4.7038012 52.0129904, 4.7040267 52.013106))"^^geo:wktLiteral ;
    osm:area 155.0
  ] .

