@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/bRSLCe>
  gtm:kadastraalNummer "90"^^xsd:string ;
  gtm:kadastraleAanduiding "A90"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A90"^^xsd:string ;
  schema:name "Perceel GDA01-A90"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13092> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7032532 52.0124292, 4.7033662 52.0123525, 4.7033255 52.0123218, 4.7030942 52.0124926, 4.7030399 52.0124616, 4.7025616 52.0127948, 4.7026465 52.0128395, 4.7032532 52.0124292))"^^geo:wktLiteral ;
    osm:area 489.0
  ] .

