@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/bmeoXr>
  gtm:kadastraalNummer "303"^^xsd:string ;
  gtm:kadastraleAanduiding "A303"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A303"^^xsd:string ;
  schema:name "Perceel GDA01-A303"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13305> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7127832 52.0150487, 4.71247 52.0148286, 4.7123794 52.0148665, 4.7123285 52.014893, 4.7126489 52.0151083, 4.7127832 52.0150487))"^^geo:wktLiteral ;
    osm:area 381.0
  ] .

