@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix hg: <http://rdf.histograph.io/> .
@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/bH3nV2>
  gtm:kadastraalNummer "456"^^xsd:string ;
  gtm:kadastraleAanduiding "C456"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/C456"^^xsd:string ;
  schema:name "Perceel GDA01-C456"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b1FDpY> ;
  hg:absorbedBy <https://n2t.net/ark:/60537/bApcN8>, <https://n2t.net/ark:/60537/bKoCCq> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/15338> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.714292 52.0090946, 4.7142377 52.0090923, 4.7142045 52.0092397, 4.7142565 52.0092428, 4.714292 52.0090946))"^^geo:wktLiteral ;
    osm:area 61.0
  ] .

