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

actris_vocab:cloudvolumefraction ns0:hasObjectOfInterest actris_vocab:cloud .
actris_vocab:cloudopticaldepth ns0:hasObjectOfInterest actris_vocab:cloud .
actris_vocab:cloudbaseheight ns0:hasObjectOfInterest actris_vocab:cloud .
actris_vocab:cloudtopheight ns0:hasObjectOfInterest actris_vocab:cloud .
actris_vocab:cloudbasealtitude ns0:hasObjectOfInterest actris_vocab:cloud .
actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:cloud
  skos:definition "Totality of liquid or solid particles forming clouds in a volume, i.e. particles that have passed the thermodynamical threshold for cloud activation. Does not include the gas carrying the cloud particles. Excludes volumes that are drizzle-only or rain-only."@en ;
  skos:broader actris_vocab:cloudrelated, actris_vocab:objectofinterest ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "cloud"@en ;
  dc:creator <https://orcid.org/0000-0001-9834-5100> ;
  a skos:Concept .

actris_vocab:cloudrelated
  skos:prefLabel "cloud related"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:cloud .

actris_vocab:cloudareafraction ns0:hasObjectOfInterest actris_vocab:cloud .
actris_vocab:cloudtopaltitude ns0:hasObjectOfInterest actris_vocab:cloud .
actris_vocab:objectofinterest
  skos:prefLabel "object of interest"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:cloud .

