@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/bIVFZF>
  gtm:kadastraalNummer "5"^^xsd:string ;
  gtm:kadastraleAanduiding "A5"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A5"^^xsd:string ;
  schema:name "Perceel GDA01-A5"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13008> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.6986945 52.010861, 4.698702 52.0108559, 4.6986609 52.0108332, 4.6985884 52.0108763, 4.6986324 52.0109019, 4.6986945 52.010861))"^^geo:wktLiteral ;
    osm:area 28.0
  ] .

