@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/btWhrW>
  gtm:kadastraalNummer "124"^^xsd:string ;
  gtm:kadastraleAanduiding "A124"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A124"^^xsd:string ;
  schema:name "Perceel GDA01-A124"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13126> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7043096 52.0129507, 4.704267 52.0129276, 4.7041917 52.0129843, 4.7041851 52.0129809, 4.7041559 52.0130008, 4.7041461 52.0129953, 4.7039488 52.0128975, 4.7038819 52.0129446, 4.7038729 52.0129398, 4.703863 52.0129467, 4.7041307 52.0130826, 4.7043096 52.0129507))"^^geo:wktLiteral ;
    osm:area 230.0
  ] .

