@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/brrTmg>
  gtm:kadastraalNummer "1232"^^xsd:string ;
  gtm:kadastraleAanduiding "C1232"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/C1232"^^xsd:string ;
  schema:name "Perceel GDA01-C1232"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b1FDpY> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/16114> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7151971 52.0096426, 4.7152294 52.0096437, 4.7152374 52.0095989, 4.7151075 52.0095859, 4.715018 52.0095793, 4.715008 52.0096257, 4.7150804 52.0096322, 4.7151528 52.0096387, 4.7151971 52.0096426))"^^geo:wktLiteral ;
    osm:area 80.0
  ] .

