@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/box5yT>
  gtm:kadastraalNummer "86"^^xsd:string ;
  gtm:kadastraleAanduiding "A86"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A86"^^xsd:string ;
  schema:name "Perceel GDA01-A86"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13088> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7032696 52.0122762, 4.7032334 52.0122417, 4.7031711 52.0122667, 4.703144 52.0122834, 4.7031107 52.0123038, 4.7031411 52.0123227, 4.7031718 52.0123039, 4.7032052 52.012322, 4.7032696 52.0122762))"^^geo:wktLiteral ;
    osm:area 49.0
  ] .

