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

<https://w3id.org/iadopt/ont/hasProperty> rdfs:label "Observed Property"@en .
<https://w3id.org/iadopt/ont/hasMatrix> rdfs:label "Observation Matrix"@en .
actris_vocab:liquiddroplet
  skos:prefLabel "liquid droplet"@en ;
  a skos:Concept .

<https://w3id.org/iadopt/ont/hasObjectOfInterest> rdfs:label "Object Of Interest"@en .
actris_vocab:cloudvariables
  skos:prefLabel "cloud variables"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:liquiddropletparticlesurfaceareaconcentration .

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

actris_vocab:particlesurfaceareaconcentration
  skos:prefLabel "particle surface area concentration"@en ;
  a skos:Concept .

actris_vocab:cloudphase
  skos:prefLabel "cloud phase"@en ;
  a skos:Concept .

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

actris_vocab:liquiddropletparticlesurfaceareaconcentration
  a skos:Concept ;
  skos:broader actris_vocab:cloudvariables, actris_vocab:variable ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  skos:prefLabel "liquid droplet particle surface area concentration"@en ;
  ns0:hasMatrix actris_vocab:cloudphase ;
  skos:definition "Liquid droplets are liquid water droplets (can be supercooled) that have no appreciable terminal fall velocity (< 0.1 m s-1). Size range: 1-50 microns in diameter. The particle surface area concentration is the surface area of all concerned particles, integrated over a unit volume."@en ;
  ns0:hasObjectOfInterest actris_vocab:liquiddroplet ;
  ns0:hasProperty actris_vocab:particlesurfaceareaconcentration ;
  skos:inScheme actris_vocab: .

