@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:missionSolarOrbiter .

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:missionSolarOrbiter
  rdfs:comment "" ;
  skos:broader esado:missionsHelioSCI ;
  skos:prefLabel "Solar Orbiter"@en ;
  esado:isLeafConcept true ;
  skos:inScheme esado: ;
  skos:definition """Solar Orbiter is a mission of international collaboration between ESA and NASA. It explores the Sun and the heliosphere from close up and out of the ecliptic plane. Launched on 10 February 2020, it aims to address the overarching science question: how does the Sun create and control the Heliosphere – and why does solar activity change with time? To answer it, the Solar Orbiter spacecraft is cruising to a unique orbit around the Sun, eventually reaching a minimum perihelion of 0.28 AU, and performing measurements out of the ecliptic plane: reaching 18° heliographic latitude during its nominal mission phase, and above 30° during its extended mission phase. It carries six remote sensing instruments to observe the Sun and the solar corona, and four in-situ instruments to measure the solar wind, its thermal and energetic particles, and electromagnetic fields.

    Müller, D., O.C.St. Cyr, I. Zouganelis, et al., The Solar Orbiter mission: science overview, A&A., 642, A1, 2020; DOI: https://doi.org/10.1051/0004-6361/202038467

    Müller, D., Marsden, R.G., St. Cyr, O.C. et al., Solar Orbiter, Sol. Phys., 285, 25–70 (2013); https://doi.org/10.1007/s11207-012-0085-7
"""@en ;
  dc:modified "2023-05-06T18:00:00+00:00"^^xsd:dateTime ;
  a skos:Concept .

