@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/bcv046>
  gtm:kadastraalNummer "188"^^xsd:string ;
  gtm:kadastraleAanduiding "A188"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A188"^^xsd:string ;
  schema:name "Perceel GDA01-A188"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13190> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7066288 52.0143001, 4.7065743 52.0142649, 4.7063105 52.0144053, 4.7063406 52.0144268, 4.7063823 52.0144046, 4.7064063 52.0144209, 4.7066288 52.0143001))"^^geo:wktLiteral ;
    osm:area 123.0
  ] .

