@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/bGrgMH>
  gtm:kadastraalNummer "5"^^xsd:string ;
  gtm:kadastraleAanduiding "B5"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/B5"^^xsd:string ;
  schema:name "Perceel GDA01-B5"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b9nwTD> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13852> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7054054 52.012869, 4.7053638 52.0128967, 4.705629 52.0130599, 4.7056211 52.013065, 4.7056811 52.0131, 4.7057378 52.013063, 4.7054054 52.012869))"^^geo:wktLiteral ;
    osm:area 149.0
  ] .

