@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:energy
  skos:prefLabel "energy"@en ;
  a skos:Concept .

actris_vocab:kinetic
  skos:prefLabel "kinetic"@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 .
actris_vocab:atmosphericstatevariables
  skos:prefLabel "atmospheric state variables"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:turbulentkineticenergydissipationrate .

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

<https://w3id.org/iadopt/ont/hasObjectOfInterest> rdfs:label "Object Of Interest"@en .
actris_vocab:turbulentkineticenergydissipationrate
  skos:broader actris_vocab:atmosphericstatevariables, actris_vocab:variable ;
  ns0:hasConstraint actris_vocab:kinetic, actris_vocab:turbulent ;
  ns0:hasProperty actris_vocab:dissipationrate ;
  dc:creator <https://orcid.org/0000-0001-9834-5100> ;
  skos:definition "The dissipation rate of tubulent kinetic energy can be calculated both within the atmospheric boundary layer and within cloud (ice and liquid)"@en ;
  a skos:Concept ;
  ns0:hasMatrix actris_vocab:atmosphericstate ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "turbulent kinetic energy dissipation rate"@en ;
  ns0:hasObjectOfInterest actris_vocab:energy .

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

actris_vocab:dissipationrate
  skos:prefLabel "dissipation rate"@en ;
  a skos:Concept .

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

ns0:hasConstraint rdfs:label "Constraint"@en .
actris_vocab:atmosphericstate
  skos:prefLabel "atmospheric state"@en ;
  a skos:Concept .

