@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/bVcXMu>
  gtm:kadastraalNummer "996"^^xsd:string ;
  gtm:kadastraleAanduiding "C996"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/C996"^^xsd:string ;
  schema:name "Perceel GDA01-C996"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b1FDpY> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/15878> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7128184 52.0131405, 4.7127803 52.0131233, 4.7127435 52.0131542, 4.7127296 52.0131659, 4.7127722 52.0131852, 4.7128184 52.0131405))"^^geo:wktLiteral ;
    osm:area 20.0
  ] .

