@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix hg: <http://rdf.histograph.io/> .
@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/bKozSO>
  gtm:oppervlakte 123.0 ;
  gtm:kadastraalNummer 198.0 ;
  gtm:kadastraleAanduiding "B198"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/B198"^^xsd:string ;
  schema:name "Perceel GDA01-B198"@nl ;
  rdfs:seeAlso <https://data.kkg.kadaster.nl/id/perceel/16250019870000/1> ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b9nwTD> ;
  hg:liesIn <https://n2t.net/ark:/60537/bDwvJN> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/14045> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON((4.7051163173644 52.012591496702,4.7051216968582 52.012587375228,4.7053984218106 52.012333276051,4.7054062217094 52.012326121511,4.7054548092174 52.012350464872,4.7054460862494 52.012357973605,4.7053169815364 52.012469203428,4.7051504153934 52.012612700174,4.7051163173644 52.012591496702))"^^geo:wktLiteral ;
    osm:area 134.0
  ] .

