@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/bixi1B>
  gtm:kadastraalNummer "373"^^xsd:string ;
  gtm:kadastraleAanduiding "A373"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A373"^^xsd:string ;
  schema:name "Perceel GDA01-A373"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13375> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7111996 52.0158108, 4.711206 52.0158203, 4.711257 52.0158091, 4.7112416 52.0157823, 4.7111906 52.0157948, 4.7111996 52.0158108))"^^geo:wktLiteral ;
    osm:area 12.0
  ] .

