@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/bsuoND>
  gtm:kadastraalNummer "15"^^xsd:string ;
  gtm:kadastraleAanduiding "D15"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/D15"^^xsd:string ;
  schema:name "Perceel GDA01-D15"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bTL4ZJ> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/16199> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7034725 52.0109566, 4.7035288 52.010919, 4.7035058 52.0109057, 4.7034732 52.0109114, 4.7034424 52.0109038, 4.703439 52.0109467, 4.7034725 52.0109566))"^^geo:wktLiteral ;
    osm:area 23.0
  ] .

