@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:TopicalCentre
  skos:prefLabel "Topical Centre"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:CentreforCloudIn-SituMeasurements .

actris_vocab:EuropeanCentreforCloudAmbientIntercomparison
  skos:prefLabel "European Centre for Cloud Ambient Intercomparison"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:CentreforCloudIn-SituMeasurements .

actris_vocab:CentreforCloudWaterChemistry
  skos:prefLabel "Centre for Cloud Water Chemistry"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:CentreforCloudIn-SituMeasurements .

actris_vocab:CentreforCloudIceNucleation
  skos:prefLabel "Centre for Cloud Ice Nucleation"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:CentreforCloudIn-SituMeasurements .

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

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

actris_vocab:CentreforCloudIn-SituMeasurements
  skos:narrower actris_vocab:CentreforCloudWaterChemistry, actris_vocab:EuropeanCentreforCloudAmbientIntercomparison, actris_vocab:CentreforCloudIceNucleation ;
  skos:broader actris_vocab:TopicalCentre ;
  a skos:Concept ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  skos:altLabel "CIS"@en ;
  skos:definition "One of the six ACTRIS Topical Centres. The mission of the CIS is to offer operational support to ACTRIS NFs operating instrumentation for cloud in situ measurements and specialized services to wide range of users."@en ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "Centre for Cloud In-Situ Measurements"@en ;
  skos:related actris_vocab:cloudinsitu .

