@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/> .
@prefix ns0: <https://w3id.org/iadopt/ont/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

actris_vocab:aerosolparticlelayerbasealtitude
  skos:inScheme actris_vocab: ;
  skos:broader actris_vocab:variable, actris_vocab:aerosolvariables ;
  dc:creator <https://orcid.org/0000-0001-8301-1319> ;
  ns0:hasMatrix actris_vocab:aerosolparticlephase ;
  ns0:hasProperty actris_vocab:altitude ;
  ns0:hasContextObject actris_vocab:layer, actris_vocab:base ;
  skos:prefLabel "aerosol particle layer base altitude"@en ;
  ns0:hasObjectOfInterest actris_vocab:particlephase ;
  a skos:Concept ;
  skos:definition "The aerosol particle phase is comprised of liquid or solid particles, or of liquid particles with a solid core, or of bulk solid material, where the particles are suspended in a gas. The aerosol particle phase excludes the carrier gas. In liquids, molecules flow easily around each other but are held together by attractive forces. In solids, molecules are arranged in a regular pattern, firmly held in place and only able to vibrate within a limited space. A layer has upper and lower boundaries, expressed in some vertical coordinate, where a variable differs significantly from its values outside the layer. Base is the lower boundary of a layer. Altitude is the vertical distance above the geoid."@en .

actris_vocab:aerosolvariables
  skos:prefLabel "aerosol variables"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:aerosolparticlelayerbasealtitude .

ns0:hasProperty rdfs:label "Observed Property"@en .
ns0:hasMatrix rdfs:label "Observation Matrix"@en .
ns0:hasObjectOfInterest rdfs:label "Object Of Interest"@en .
actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:particlephase
  skos:prefLabel "particle phase"@en ;
  a skos:Concept .

actris_vocab:layer
  skos:prefLabel "layer"@en ;
  a skos:Concept .

actris_vocab:variable
  skos:prefLabel "variable"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:aerosolparticlelayerbasealtitude .

ns0:hasContextObject rdfs:label "Context Object"@en .
actris_vocab:base
  skos:prefLabel "base"@en ;
  a skos:Concept .

actris_vocab:aerosolparticlephase
  skos:prefLabel "aerosol particle phase"@en ;
  a skos:Concept .

actris_vocab:altitude
  skos:prefLabel "altitude"@en ;
  a skos:Concept .

