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

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

esado:missionJuice
  rdfs:comment "" ;
  skos:broader esado:missionsPlanetSCI ;
  skos:prefLabel "Juice"@en ;
  esado:isLeafConcept true ;
  skos:inScheme esado: ;
  skos:definition "Juice - Jupiter icy moons explorer - is the first large-class mission in ESA's Cosmic Vision 2015-2025 programme. Juice was launched in April 14th 2023 and will reach Jupiter in July 2031. It will orbit Jupiter during 3.5 years (2031-2035) and flyby Europa, Ganymede, and Callisto 35 times before going into orbit around Ganymede for 9 months in early 2035."@en ;
  dc:modified "2023-05-16T18:00:00+00:00"^^xsd:dateTime ;
  a skos:Concept .

