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

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

actris_vocab:hail
  skos:definition "Hail is a form of solid precipitation. It consists of balls or irregular lumps of ice, each of which is called a hailstone. It is distinct from ice pellets, though the two are often confused. Hail forms in strong thunderstorm clouds, particularly those with intense updrafts, high liquid-water content, great vertical extent, large water droplets, and where a good portion of the cloud layer is below freezing (0 °C)."@en ;
  skos:broader actris_vocab:hydrometeor, actris_vocab:cloudrelated, actris_vocab:objectofinterest ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "hail"@en ;
  dc:creator <https://orcid.org/0000-0001-9834-5100> ;
  a skos:Concept .

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

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

