@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <https://w3id.org/iadopt/ont/> .
@prefix dc: <http://purl.org/dc/terms/> .

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

<https://w3id.org/iadopt/ont/hasProperty> rdfs:label "Observed Property"@en .
<https://w3id.org/iadopt/ont/hasMatrix> rdfs:label "Observation Matrix"@en .
<https://w3id.org/iadopt/ont/hasObjectOfInterest> rdfs:label "Object Of Interest"@en .
actris_vocab:top
  skos:prefLabel "top"@en ;
  a skos:Concept .

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

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

actris_vocab:aerosolparticlelayertopaltitude
  skos:broader actris_vocab:aerosolvariables, actris_vocab:variable ;
  skos:inScheme actris_vocab: ;
  ns0:hasContextObject actris_vocab:top, actris_vocab:layer ;
  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. Top is the upper boundary of a layer. Altitude is the vertical distance above the geoid."@en ;
  ns0:hasProperty actris_vocab:altitude ;
  skos:prefLabel "aerosol particle layer top altitude"@en ;
  ns0:hasObjectOfInterest actris_vocab:particlephase ;
  dc:creator <https://orcid.org/0000-0001-8301-1319> ;
  a skos:Concept ;
  ns0:hasMatrix actris_vocab:aerosolparticlephase .

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

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

ns0:hasContextObject rdfs:label "Context Object"@en .
actris_vocab:aerosolparticlephase
  skos:prefLabel "aerosol particle phase"@en ;
  a skos:Concept .

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

