@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/bO8ahH>
  gtm:kadastraalNummer "4"^^xsd:string ;
  gtm:kadastraleAanduiding "B4"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/B4"^^xsd:string ;
  schema:name "Perceel GDA01-B4"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b9nwTD> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13851> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7056811 52.0131, 4.7056211 52.013065, 4.705629 52.0130599, 4.7053638 52.0128967, 4.7052728 52.0128447, 4.7052009 52.0128926, 4.7056377 52.0131319, 4.7056811 52.0131))"^^geo:wktLiteral ;
    osm:area 251.0
  ] .

