@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/b1fcSf>
  gtm:kadastraalNummer "143"^^xsd:string ;
  gtm:kadastraleAanduiding "A143"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/A143"^^xsd:string ;
  schema:name "Perceel GDA01-A143"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/bhh72D> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/13145> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7044452 52.0134626, 4.7044868 52.0134328, 4.7044515 52.0134141, 4.7044099 52.0134439, 4.7044452 52.0134626))"^^geo:wktLiteral ;
    osm:area 14.0
  ] .

