@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/br1uWY>
  gtm:kadastraalNummer "489"^^xsd:string ;
  gtm:kadastraleAanduiding "C489"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/perceel/GDA01/C489"^^xsd:string ;
  schema:name "Perceel GDA01-C489"@nl ;
  gtm:kadastraleSectie <https://n2t.net/ark:/60537/b1FDpY> ;
  a gtm:Perceel ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/15371> ;
  geo:hasGeometry [
    geo:asWKT "POLYGON ((4.7135632 52.0098686, 4.7135086 52.0098624, 4.7134946 52.0099084, 4.7135499 52.0099142, 4.7135632 52.0098686))"^^geo:wktLiteral ;
    osm:area 20.0
  ] .

