@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#> .

actris_vocab:atmosphericboundarylayerheight ns0:hasContextObject actris_vocab:boundarylayer .
actris_vocab:boundarylayer
  skos:definition "Lowest layer of the Earth atmosphere which is still influenced by the Earth surface."@en ;
  skos:broader actris_vocab:contextobjects, actris_vocab:objectofinterest ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "boundary layer"@en ;
  a skos:Concept .

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

actris_vocab:contextobjects
  skos:prefLabel "context objects"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:boundarylayer .

actris_vocab:objectofinterest
  skos:prefLabel "object of interest"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:boundarylayer .

