@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .

envthes:
  skos:prefLabel "EnvThes"@en ;
  a skos:ConceptScheme .

envthes:1
  skos:prefLabel "deprecated concept"@en ;
  a skos:Concept .

envthes:EnvEU_556
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:editorialNote "concept 'mapping' exists"@en ;
  skos:exactMatch <http://www.eionet.europa.eu/gemet/concept/5013>, <http://linkeddata.ge.imati.cnr.it:2020/resource/EARTh/80930> ;
  skos:definition "[GEMET] The process of making a map of an area; especially the field work necessary for the production of a map."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "mapping"@en, "cartographie (cartes)"@fr ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

