@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/bXV3A3>
  gtm:kadastraalNummer "275"^^xsd:string ;
  gtm:kadastraleAanduiding "A275"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A275"^^xsd:string ;
  schema:name "Perceel GDA01-A275"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13277> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7102277 52.0162939, 4.7102186 52.0160966, 4.7101079 52.0160985, 4.7101171 52.0162959, 4.7102277 52.0162939))"^^geo:wktLiteral ;
    osm:area 167.0
  ] .

