@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_123
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "duplicate"@en ;
  skos:scopeNote "LTER EU controlled vocabulary"@en ;
  skos:definition "n. a form of a chemical element having the same atomic number (number of protons) and identical chemical prop­erties as another, but differing in atomic mass as a result of a different number of neutrons in the atomic nucleus. a. isotopic."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "isotope"@fr, "isotope"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

