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

actris_vocab:downwardsolarlightfluxdensity
  skos:broader actris_vocab:atmosphericstatevariables, actris_vocab:variable ;
  skos:altLabel "solar flux"@en, "downwelling shortwave flux"@en ;
  dc:creator <https://orcid.org/0000-0002-8981-0805> ;
  ns0:hasProperty actris_vocab:fluxdensity ;
  skos:definition "Solar flux is the downwlling solar irradiance in the shortwave spectral range (typically 0.3–4.0 µm, or as defined by the instrument) incident on the Earth’s surface per unit area, expressed in watts per square meter (W m⁻²). It is the sum of direct and diffuse solar radiation and is often referred to as global radiation or global irradiance."@en ;
  skos:inScheme actris_vocab: ;
  a skos:Concept ;
  ns0:hasObjectOfInterest actris_vocab:electromagneticradiation ;
  ns0:hasConstraint actris_vocab:solar, actris_vocab:downward ;
  skos:prefLabel "downward solar light flux density"@en ;
  ns0:hasMatrix actris_vocab:atmosphericstate .

ns0:hasProperty rdfs:label "Observed Property"@en .
ns0:hasMatrix rdfs:label "Observation Matrix"@en .
actris_vocab:fluxdensity
  skos:prefLabel "flux density"@en ;
  a skos:Concept .

actris_vocab:atmosphericstatevariables
  skos:prefLabel "atmospheric state variables"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:downwardsolarlightfluxdensity .

ns0:hasObjectOfInterest rdfs:label "Object Of Interest"@en .
actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:electromagneticradiation
  skos:prefLabel "electromagnetic radiation"@en ;
  a skos:Concept .

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

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

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

