@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:20789
  skos:prefLabel "pheromone"@en ;
  a skos:Concept .

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

envthes:USLterCV_414
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:isReplacedBy envthes:20789 ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:exactMatch <http://en.wikipedia.org/wiki/pheromones>, <http://aims.fao.org/aos/agrovoc/c_5778> ;
  skos:definition "[Henderson's] n. a chemical released in minute amounts by one organism which is detected and acts as a signal to another member of the same species. Examples are the volatile sexual attractants released by some female insects, which can attract males from a distance. Some pheromones act as alarm signals."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "pheromone"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

