@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/bbFcki>
  gtm:kadastraalNummer "210"^^xsd:string ;
  gtm:kadastraleAanduiding "B210"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/B210"^^xsd:string ;
  schema:name "Perceel GDA01-B210"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b9nwTD> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/14057> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7049823 52.0122428, 4.7050656 52.0121556, 4.7050104 52.0121256, 4.7048704 52.0122847, 4.7048489 52.0122782, 4.7047753 52.0123776, 4.7048159 52.0124119, 4.7049823 52.0122428))"^^geo:wktLiteral ;
    osm:area 156.0
  ] .

