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

actris_vocab:gasandparticlephase
  skos:prefLabel "gas and particle phase"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablematrix .

actris_vocab:gasphase
  skos:prefLabel "gas phase"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablematrix .

actris_vocab:precipitationphase
  skos:prefLabel "precipitation phase"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablematrix .

<https://w3id.org/iadopt/ont/hasMatrix> rdfs:label "Observation Matrix"@en .
actris_vocab:deposition
  skos:prefLabel "deposition"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablematrix .

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

actris_vocab:cloudphase
  skos:prefLabel "cloud phase"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablematrix .

actris_vocab:variablematrix
  skos:narrower actris_vocab:cloudphase, actris_vocab:aerosolparticlephase, actris_vocab:gasandparticlephase, actris_vocab:gasphase, actris_vocab:vegetation, actris_vocab:deposition, actris_vocab:precipitationphase, actris_vocab:atmosphericstate ;
  skos:topConceptOf actris_vocab: ;
  a skos:Concept ;
  skos:inScheme actris_vocab: ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  skos:prefLabel "variable matrix"@en ;
  skos:relatedMatch <https://w3id.org/iadopt/ont/hasMatrix> ;
  skos:definition "Entity in which the object of interest is contained."@en .

actris_vocab:vegetation
  skos:prefLabel "vegetation"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablematrix .

actris_vocab:atmosphericstate
  skos:prefLabel "atmospheric state"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablematrix .

actris_vocab:aerosolparticlephase
  skos:prefLabel "aerosol particle phase"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:variablematrix .

