@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://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/bxTABM>
  gtm:kadastraalNummer "456"^^xsd:string ;
  gtm:kadastraleAanduiding "B456"^^xsd:string ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/B456"^^xsd:string ;
  ns0:name "Perceel GDA01-B456"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b9nwTD> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/14302> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7076419 52.0119064, 4.7076331 52.011915, 4.7074861 52.0120478, 4.7074478 52.0120305, 4.7074186 52.0120566, 4.7074384 52.0120662, 4.7074581 52.0120758, 4.7072363 52.0122827, 4.707288 52.0123157, 4.7074597 52.012163, 4.7075361 52.012094, 4.7075378 52.0120948, 4.7076978 52.011947, 4.7077073 52.0119393, 4.7076419 52.0119064))"^^geo:wktLiteral ;
    osm:area 290.0
  ] .

