@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix sdo: <https://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix osm: <https://osm2rdf.cs.uni-freiburg.de/rdf#> .

<https://n2t.net/ark:/60537/bxTABM>
  gtm:kadastraalNummer "456" ;
  gtm:kadastraleAanduiding "B456" ;
  sdo:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/B456" ;
  sdo:name "Perceel GDA01-B456"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b9nwTD> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/14302> ;
  sdo:sdDatePublished "2026-01-29T18:31:38+00:00"^^xsd:dateTime ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7076419 52.0119064, 4.7076331 52.011915, 4.7074861 52.0120478, 4.7074478 52.0120305, 4.7074186 52.0120566, 4.7074384 52.0120662, 4.7074581 52.0120758, 4.7072363 52.0122827, 4.707288 52.0123157, 4.7074597 52.012163, 4.7075361 52.012094, 4.7075378 52.0120948, 4.7076978 52.011947, 4.7077073 52.0119393, 4.7076419 52.0119064))"^^geo:wktLiteral ;
    osm:area 290.0
  ] .

# dynamically created via construct_rdf.php on sparql.goudatijdmachine.nl
