@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/bdWU2S>
  gtm:kadastraalNummer "1102"^^xsd:string ;
  gtm:kadastraleAanduiding "C1102"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/C1102"^^xsd:string ;
  schema:name "Perceel GDA01-C1102"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b1FDpY> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/15984> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7141705 52.0115553, 4.7141442 52.0115507, 4.7139666 52.0117574, 4.7139123 52.0117436, 4.7138743 52.0118423, 4.7138647 52.0118495, 4.7139194 52.0118773, 4.7139251 52.0118678, 4.7139919 52.0117535, 4.7141705 52.0115553))"^^geo:wktLiteral ;
    osm:area 103.0
  ] .

