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

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

envthes:21192
  skos:prefLabel "methane flux"@en ;
  a skos:Concept .

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

envthes:EnvEU_309
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[source of definition ] wikipedia\" , \"[controlled by ] Neagu Stefan 07/06/13"@en ;
  dc:isReplacedBy envthes:21192 ;
  skos:altLabel "CH4 fluxes"@en, "CH4 flux"@en ;
  skos:definition "the flows of CH4 particles in a given space and per time unit"@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "methane flux"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

