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

actris_vocab:hydrometeor
  skos:prefLabel "hydrometeor"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:drizzledroplet .

actris_vocab:drizzledropleteffectiveradius ns0:hasObjectOfInterest actris_vocab:drizzledroplet .
actris_vocab:drizzledropletmassconcentration ns0:hasObjectOfInterest actris_vocab:drizzledroplet .
actris_vocab:liquidwater
  skos:prefLabel "liquid water"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:drizzledroplet .

actris_vocab:drizzledroplet
  skos:definition "Water droplets with appreciable terminal fall velocity (> 0.1 m s-1) and generated by the warm rain process. Size range 50-1000 microns in diameter"@en ;
  skos:broader actris_vocab:liquidwater, actris_vocab:hydrometeor, actris_vocab:cloudrelated, actris_vocab:objectofinterest ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "drizzle droplet"@en ;
  dc:creator <https://orcid.org/0000-0001-9834-5100> ;
  a skos:Concept .

actris_vocab:drizzledropletnumbersizedistribution ns0:hasObjectOfInterest actris_vocab:drizzledroplet .
actris_vocab:drizzledropletmassverticalflux ns0:hasObjectOfInterest actris_vocab:drizzledroplet .
actris_vocab:drizzledropletnumberconcentration ns0:hasObjectOfInterest actris_vocab:drizzledroplet .
actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

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

actris_vocab:drizzledropletequivolumetricmediandiameter ns0:hasObjectOfInterest actris_vocab:drizzledroplet .
actris_vocab:objectofinterest
  skos:prefLabel "object of interest"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:drizzledroplet .

