@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/bm1Hiq>
  gtm:kadastraalNummer "334"^^xsd:string ;
  gtm:kadastraleAanduiding "A334"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A334"^^xsd:string ;
  schema:name "Perceel GDA01-A334"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13336> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7142313 52.0142664, 4.7141899 52.0143155, 4.7142258 52.014327, 4.7142671 52.014278, 4.7142313 52.0142664))"^^geo:wktLiteral ;
    osm:area 17.0
  ] .

