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

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:missionSMILE
  rdfs:comment "" ;
  skos:broader esado:missionsHelioSCI ;
  skos:prefLabel "SMILE"@en ;
  esado:isLeafConcept true ;
  skos:inScheme esado: ;
  skos:definition """SMILE is a joint mission between the European Space Agency (ESA) and the Chinese Academy of Sciences (CAS). SMILE will image for the first time in soft X-rays and EUV up to 40 hours per orbit continously, improving our understanding of the dynamic interaction between the solar wind and with the Earth's magnetosphere.

The mission will observe the solar wind interaction with the magnetosphere with its X-ray and ultraviolet cameras (SXI and UVI), gathering simultaneous images and videos of the dayside magnetopause (where Earth's magnetosphere meets the solar wind), the polar cusps (a region in each hemisphere where particles from the solar wind have direct access to Earth's ionosphere), and the auroral oval (the region around each geomagnetic pole where auroras most often occur). SMILE will also gather simultaneously in situ measurements of the solar wind with the two other instruments making up its payload – an ion analyser (LIA) and a magnetometer (MAG). These instruments will monitor the ions in the solar wind and magnetosheath, and detect changes in the local magnetic field."""@en ;
  dc:modified "2023-05-08T18:00:00+00:00"^^xsd:dateTime ;
  a skos:Concept .

