@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_242
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[controlled by ] Lars Lundin 20130614\" , \"[source of definition ] WRB 2006"@en ;
  skos:definition "Soil classification by the World Reference Base system of 2006"@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "WRB 2006 Soil type"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

