@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/b1FCfb>
  gtm:kadastraalNummer "290"^^xsd:string ;
  gtm:kadastraleAanduiding "A290"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A290"^^xsd:string ;
  schema:name "Perceel GDA01-A290"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13292> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7104225 52.0156087, 4.7103901 52.015616, 4.7104002 52.0156702, 4.7104481 52.0156668, 4.7104225 52.0156087))"^^geo:wktLiteral ;
    osm:area 18.0
  ] .

