@prefix esado: <https://data.esa.int/esado/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

esado:missionsHelioSCI
  skos:notation "missionsHelioSCI"@en ;
  skos:prefLabel "Heliophysics"@en ;
  a skos:Concept, owl:NamedIndividual ;
  skos:narrower esado:missionISSSOLAR .

esado:isLeafConcept skos:definition "The :isLeafConcept property marks whether a SKOS concept is a leaf SKOS concept."@en .
esado:
  rdfs:label "ESA Data Ontology"@en ;
  skos:prefLabel "ESA Data Ontology"@en ;
  a skos:ConceptScheme, owl:Ontology .

esado:missionISSSOLAR
  rdfs:comment "" ;
  skos:broader esado:missionsHelioSCI ;
  skos:prefLabel "ISS-SOLAR"@en ;
  esado:isLeafConcept true ;
  skos:inScheme esado: ;
  skos:definition """The SOLAR monitoring observatory (SOLAR) was an ESA science observatory mounted externally on the Columbus Laboratory, a module of the International Space Station. The primary goal of SOLAR is the (quasi-) continuous measurement of the solar "constant" in order to separate solar effects from human influence on climatology (in progress). SOLAR was launched on February 2008 aboard STS-122. It was originally composed of three scientific instruments: SOVIM (Solar Variability and Irradiance Monitor), SOLSPEC (Solar Spectral Irradiance Measurements), and SolACES. SOLSPEC and SolACES provided detailed measurements of the Sun's spectral irradiance from April 2008 to mid-February 2017 from 16 nm to 3 microns.

Schmidtke, G., Fröhlich, C., Thuillier, G., ISS-SOLAR: Total (TSI) and spectral (SSI) irradiance measurements, Adv. Space Res., 37, 2, 255-264, 2006; https://doi.org/10.1016/j.asr.2005.01.009
"""@en ;
  dc:modified "2023-05-08T18:00:00+00:00"^^xsd:dateTime ;
  a skos:Concept .

