@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 dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://w3id.org/iadopt/ont/> .

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

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

<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:velocity
  skos:prefLabel "velocity"@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:aerosolparticleradialvelocity
  dc:creator <https://orcid.org/0000-0001-9834-5100> ;
  ns0:hasConstraint actris_vocab:radial ;
  ns0:hasProperty actris_vocab:velocity ;
  ns0:hasMatrix actris_vocab:aerosolparticlephase ;
  skos:broader actris_vocab:variable, actris_vocab:aerosolvariables ;
  ns0:hasObjectOfInterest actris_vocab:particlephase ;
  skos:inScheme actris_vocab: ;
  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. \"Radial\" means along the line from a reference point, which is often the position of a remote sensing instrument. Velocity means directional speed of a object in motion."@en ;
  skos:prefLabel "aerosol particle radial velocity"@en ;
  a skos:Concept .

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

ns0:hasConstraint rdfs:label "Constraint"@en .
actris_vocab:aerosolparticlephase
  skos:prefLabel "aerosol particle phase"@en ;
  a skos:Concept .

