@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/bu8Z8E>
  gtm:kadastraalNummer "302"^^xsd:string ;
  gtm:kadastraleAanduiding "A302"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A302"^^xsd:string ;
  schema:name "Perceel GDA01-A302"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13304> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7123285 52.014893, 4.712201 52.0148073, 4.7114247 52.0152055, 4.7118252 52.0155075, 4.7124594 52.0151972, 4.7126489 52.0151083, 4.7123285 52.014893))"^^geo:wktLiteral ;
    osm:area 3120.0
  ] .

