@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/bTynib>
  gtm:kadastraalNummer "58"^^xsd:string ;
  gtm:kadastraleAanduiding "D58"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/D58"^^xsd:string ;
  schema:name "Perceel GDA01-D58"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bTL4ZJ> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/16242> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7041938 52.0109077, 4.7042681 52.0108565, 4.7042268 52.0108328, 4.7041512 52.0108836, 4.7041938 52.0109077))"^^geo:wktLiteral ;
    osm:area 30.0
  ] .

