@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/bNw4df>
  gtm:kadastraalNummer "66"^^xsd:string ;
  gtm:kadastraleAanduiding "B66"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/B66"^^xsd:string ;
  schema:name "Perceel GDA01-B66"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b9nwTD> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13913> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7081695 52.0139297, 4.7078531 52.0141884, 4.7079689 52.0142561, 4.7082752 52.0139796, 4.7082286 52.0139588, 4.7081695 52.0139297))"^^geo:wktLiteral ;
    osm:area 365.0
  ] .

