@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/b12wmG>
  gtm:kadastraalNummer "1212"^^xsd:string ;
  gtm:kadastraleAanduiding "C1212"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/C1212"^^xsd:string ;
  schema:name "Perceel GDA01-C1212"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b1FDpY> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/16094> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7144779 52.0097032, 4.7144321 52.009689, 4.7144274 52.0096965, 4.7144012 52.0097381, 4.7144457 52.0097517, 4.7144779 52.0097032))"^^geo:wktLiteral ;
    osm:area 20.0
  ] .

