@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/b8X6o7>
  gtm:kadastraalNummer "102"^^xsd:string ;
  gtm:kadastraleAanduiding "B102"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/B102"^^xsd:string ;
  schema:name "Perceel GDA01-B102"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b9nwTD> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13949> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7072359 52.0136323, 4.7072991 52.0136633, 4.7072655 52.0136893, 4.7072319 52.0137153, 4.7071945 52.0137443, 4.7071354 52.0137132, 4.7071072 52.0137374, 4.7071631 52.0137819, 4.7071824 52.013781, 4.7073476 52.0136412, 4.7073674 52.0136244, 4.7073091 52.0135982, 4.7073421 52.0135697, 4.7074945 52.0134384, 4.7074871 52.0134332, 4.7073949 52.0135064, 4.7073646 52.0135304, 4.7073335 52.0135546, 4.7073031 52.0135786, 4.7072778 52.0135999, 4.7072486 52.013623, 4.7072359 52.0136323))"^^geo:wktLiteral ;
    osm:area 112.0
  ] .

