@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/bbFcwh>
  gtm:kadastraalNummer "999"^^xsd:string ;
  gtm:kadastraleAanduiding "D999"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/D999"^^xsd:string ;
  schema:name "Perceel GDA01-D999"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bTL4ZJ> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/17184> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7050631 52.008739, 4.7051519 52.0086791, 4.7051374 52.0086723, 4.7051669 52.0086502, 4.7051207 52.0086459, 4.7041428 52.0091367, 4.7042108 52.009186, 4.7050631 52.008739))"^^geo:wktLiteral ;
    osm:area 537.0
  ] .

