@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

envthes:10026
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "abundance of soil macrofauna species"@en ;
  skos:broader envthes:10018 ;
  skos:prefLabel "soil macrofauna species abundance"@en ;
  dc:modified "2019-09-11"^^xsd:date ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en ;
  dc:created "2014-10-11"^^xsd:date .

envthes:10018
  skos:prefLabel "species abundance"@en ;
  a skos:Concept ;
  skos:narrower envthes:10026 .

