@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

actris_vocab:variablegroup
  skos:definition "Category of variables grouped by context. Intended for use by humans."@en ;
  skos:narrower actris_vocab:gasandparticlevariables, actris_vocab:cloudvariables, actris_vocab:aerosolvariables, actris_vocab:atmosphericstatevariables, actris_vocab:vegetationvariables, actris_vocab:tracegasvariables, actris_vocab:depositionvariables, actris_vocab:precipitationvariables ;
  a skos:Concept ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "variable group"@en ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  skos:topConceptOf actris_vocab: .

actris_vocab:gasandparticlevariables
  skos:prefLabel "gas and particle variables"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablegroup .

actris_vocab:aerosolvariables
  skos:prefLabel "aerosol variables"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablegroup .

actris_vocab:vegetationvariables
  skos:prefLabel "vegetation variables"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablegroup .

actris_vocab:precipitationvariables
  skos:prefLabel "precipitation variables"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablegroup .

actris_vocab:depositionvariables
  skos:prefLabel "deposition variables"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablegroup .

actris_vocab:atmosphericstatevariables
  skos:prefLabel "atmospheric state variables"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablegroup .

actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept actris_vocab:variablegroup .

actris_vocab:cloudvariables
  skos:prefLabel "cloud variables"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablegroup .

actris_vocab:tracegasvariables
  skos:prefLabel "trace gas variables"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablegroup .

