@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/bRtngP>
  gtm:kadastraalNummer "330"^^xsd:string ;
  gtm:kadastraleAanduiding "A330"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A330"^^xsd:string ;
  schema:name "Perceel GDA01-A330"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13332> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7144475 52.0139789, 4.7144334 52.0139754, 4.7143378 52.0140741, 4.7143627 52.0140807, 4.7143924 52.0140884, 4.7144856 52.0139886, 4.7144475 52.0139789))"^^geo:wktLiteral ;
    osm:area 50.0
  ] .

