@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://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/baCI1o>
  gtm:kadastraalNummer "1234"^^xsd:string ;
  gtm:kadastraleAanduiding "C1234"^^xsd:string ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/C1234"^^xsd:string ;
  ns0:name "Perceel GDA01-C1234"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b1FDpY> ;
  hg:absorbedBy <https://n2t.net/ark:/60537/bO8nJx> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/16116> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7152924 52.0094023, 4.7152955 52.009393, 4.7152214 52.009384, 4.715218 52.0093949, 4.7151919 52.0094869, 4.7151765 52.0094852, 4.7151694 52.0095102, 4.7152175 52.0095154, 4.7152159 52.0095306, 4.7152566 52.0095348, 4.7152924 52.0094023))"^^geo:wktLiteral ;
    osm:area 83.0
  ] .

