@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:facility
  skos:prefLabel "facility"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:facilitycomponent .

actris_vocab:aerosolremotesensing
  skos:prefLabel "aerosol remote sensing"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:facilitycomponent .

actris_vocab:aerosolinsitu
  skos:prefLabel "aerosol in situ"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:facilitycomponent .

actris_vocab:cloudinsitu
  skos:prefLabel "cloud in situ"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:facilitycomponent .

actris_vocab:facilitycomponent
  skos:broader actris_vocab:facility ;
  skos:prefLabel "facility component"@en ;
  skos:narrower actris_vocab:cloudremotesensing, actris_vocab:aerosolinsitu, actris_vocab:aerosolremotesensing, actris_vocab:reactivetracegasremotesensing, actris_vocab:reactivetracegasesinsitu, actris_vocab:cloudinsitu ;
  a skos:Concept ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  skos:definition "Branch of a Research Infrastructure the facility belongs to."@en ;
  skos:inScheme actris_vocab: .

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

actris_vocab:cloudremotesensing
  skos:prefLabel "cloud remote sensing"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:facilitycomponent .

actris_vocab:reactivetracegasesinsitu
  skos:prefLabel "reactive trace gases in situ"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:facilitycomponent .

actris_vocab:reactivetracegasremotesensing
  skos:prefLabel "reactive trace gas remote sensing"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:facilitycomponent .

