@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/bfc606>
  gtm:kadastraalNummer "118"^^xsd:string ;
  gtm:kadastraleAanduiding "A118"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A118"^^xsd:string ;
  schema:name "Perceel GDA01-A118"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13120> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7027293 52.0134937, 4.7028241 52.0135528, 4.7031155 52.0133287, 4.7030974 52.0133062, 4.703082 52.0133169, 4.7030218 52.013284, 4.7028033 52.0134407, 4.7027293 52.0134937))"^^geo:wktLiteral ;
    osm:area 272.0
  ] .

