@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:iceparticle .

actris_vocab:iceparticleeffectiveradius ns0:hasObjectOfInterest actris_vocab:iceparticle .
actris_vocab:iceparticleequivolumetricmediandiameter ns0:hasObjectOfInterest actris_vocab:iceparticle .
actris_vocab:iceparticleshapeclassification ns0:hasObjectOfInterest actris_vocab:iceparticle .
actris_vocab:iceparticle
  skos:definition "All ice particles, including snow, graupel and hail. Further catgeorisation requires a description of density and habit (shape)"@en ;
  skos:broader actris_vocab:hydrometeor, actris_vocab:cloudrelated, actris_vocab:objectofinterest ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "ice particle"@en ;
  dc:creator <https://orcid.org/0000-0001-9834-5100> ;
  a skos:Concept .

actris_vocab:iceparticlemassverticalflux ns0:hasObjectOfInterest actris_vocab:iceparticle .
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:iceparticle .

actris_vocab:iceparticletotalcolumncontent ns0:hasObjectOfInterest actris_vocab:iceparticle .
actris_vocab:iceparticlenumberconcentration ns0:hasObjectOfInterest actris_vocab:iceparticle .
actris_vocab:iceparticlenumbersizedistribution ns0:hasObjectOfInterest actris_vocab:iceparticle .
actris_vocab:iceparticlemassconcentration ns0:hasObjectOfInterest actris_vocab:iceparticle .
actris_vocab:objectofinterest
  skos:prefLabel "object of interest"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:iceparticle .

