@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:missionsAstroSCI
  skos:notation "missionsAstroSCI"@en ;
  skos:prefLabel "Astronomy"@en ;
  a skos:Concept, owl:NamedIndividual ;
  skos:narrower esado:missionEuclid .

esado:missionEuclid
  rdfs:comment "" ;
  skos:broader esado:missionsAstroSCI ;
  skos:prefLabel "Euclid"@en ;
  esado:isLeafConcept true ;
  skos:inScheme esado: ;
  skos:definition "Euclid is a space-borne survey mission dedicated to investigate the origin of the Universe's accelerating expansion and the nature of dark energy, dark matter and gravity. Euclid will characterise the signatures of dark energy on the 3D distribution of cosmic structures. In 2012, Euclid was approved as the second Medium Class mission (M2) in the Cosmic Vision Programme. Launch is scheduled in July 2023 with a Falcon 9 launcher."@en ;
  dc:modified "2023-05-08T18:00:00+00:00"^^xsd:dateTime ;
  a skos:Concept .

esado:
  rdfs:label "ESA Data Ontology"@en ;
  skos:prefLabel "ESA Data Ontology"@en ;
  a skos:ConceptScheme, owl:Ontology .

esado:isLeafConcept skos:definition "The :isLeafConcept property marks whether a SKOS concept is a leaf SKOS concept."@en .
