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

actris_vocab:atmosphericboundarylayerheight
  skos:prefLabel "atmospheric boundary layer height"@en ;
  ns0:hasContextObject actris_vocab:boundarylayer ;
  skos:definition "The atmospheric boundary layer height is the elevation above sea level of the top of the (atmosphere) planetary boundary layer."@en ;
  ns0:hasMatrix actris_vocab:atmosphericstate ;
  ns0:hasProperty actris_vocab:height ;
  ns0:hasObjectOfInterest actris_vocab:atmosphere ;
  dc:contributor <https://orcid.org/0000-0003-4157-0838> ;
  a skos:Concept ;
  skos:broader actris_vocab:variable, actris_vocab:aerosolvariables ;
  dc:creator <https://orcid.org/0000-0001-8301-1319> ;
  skos:inScheme actris_vocab: .

actris_vocab:aerosolvariables
  skos:prefLabel "aerosol variables"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:atmosphericboundarylayerheight .

ns0:hasProperty rdfs:label "Observed Property"@en .
actris_vocab:atmosphere
  skos:prefLabel "atmosphere"@en ;
  a skos:Concept .

ns0:hasMatrix rdfs:label "Observation Matrix"@en .
actris_vocab:height
  skos:prefLabel "height"@en ;
  a skos:Concept .

actris_vocab:boundarylayer
  skos:prefLabel "boundary layer"@en ;
  a skos:Concept .

ns0:hasObjectOfInterest rdfs:label "Object Of Interest"@en .
actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:variable
  skos:prefLabel "variable"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:atmosphericboundarylayerheight .

ns0:hasContextObject rdfs:label "Context Object"@en .
actris_vocab:atmosphericstate
  skos:prefLabel "atmospheric state"@en ;
  a skos:Concept .

