@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/btWkcU>
  gtm:oppervlakte 42.0 ;
  gtm:kadastraalNummer 3658.0 ;
  gtm:kadastraleAanduiding "B3658"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/B3658"^^xsd:string ;
  schema:name "Perceel GDA01-B3658"@nl ;
  rdfs:seeAlso <https://data.kkg.kadaster.nl/id/perceel/16250365870000/1> ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b9nwTD> ;
  hg:liesIn <https://n2t.net/ark:/60537/bDwvJN> ;
  hg:absorbed <https://n2t.net/ark:/60537/bpzNIa> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/72298> ;
  schema:startDate "2002-07-03"^^xsd:date ;
  geo:hasGeometry [
    geo:asWKT "POLYGON((4.7092815354418 52.011072813876,4.7092750707964 52.011031223244,4.7094124475815 52.01102319668,4.7094199737177 52.011061063227,4.7092815354418 52.011072813876))"^^geo:wktLiteral ;
    osm:area 42.0
  ] .

