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

esado:missionChandrayaan1
  rdfs:comment "" ;
  skos:broader esado:missionsPlanetSCI ;
  skos:prefLabel "Chandrayaan-1"@en ;
  esado:isLeafConcept true ;
  skos:inScheme esado: ;
  skos:definition " Chandrayaan-1, the first Indian mission to Moon, was designed to carry out high resolution remote sensing studies of the Moon to further our understanding about its origin and evolution. Chandrayaan-1 was launched on October 22, 2008 by PSLV-C11 at 00:52 UT from SDSC, SHAR. The lift-off and dry mass break-up is as follows: Lift-off mass : 1380 kg Dry mass : 560 kg Propellant mass : 818.2 kg Pressurant mass : 2.84 kg The launch of the spacecraft was planned such that the Moon is at one of its nodes when the Spacecraft arrives there. In order to have multiple launch opportunities every month and to contain burn errors, the phasing loop strategy with multiple loops and five Earth bound maneuvers is adopted. "@en ;
  dc:modified "2023-05-08T18:00:00+00:00"^^xsd:dateTime ;
  a skos:Concept .

