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

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:missionCluster
  rdfs:comment "" ;
  skos:broader esado:missionsHelioSCI ;
  skos:prefLabel "Cluster"@en ;
  esado:isLeafConcept true ;
  skos:inScheme esado: ;
  skos:definition """Cluster is the first constellation of four scientific spacecraft to study the Earth-Sun connection in three dimensions. Cluster offers unique opportunities to investigate physical processes in near-Earth space. Those processes are essential to study and understand the effects of the Sun on the vast Earth’s environment that is a highly varying system both in time and space. The four Cluster spacecraft in a polar orbit are unique in their ability to obtain a three-dimensional picture of medium and large-scale plasma structures. The varying Cluster spacecraft formation from 3 km to a few tens of thousands kilometres along the orbit enables multi-point local measurements of different regions at different scales that cannot be done with any other space mission.

Escoubet, C.P., et al., The Cluster mission, Ann. Geophys., 19, 1197, 2001; https://doi.org/10.5194/angeo-19-1197-2001
Escoubet, C.P, et al., Cluster - Science and Mission Overview, Space Sci. Rev., 79, 11-32, 1997; https://doi.org/10.1023/A:1004923124586
"""@en ;
  dc:modified "2023-05-08T18:00:00+00:00"^^xsd:dateTime ;
  a skos:Concept .

