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

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:missionHerschel
  rdfs:comment "" ;
  skos:broader esado:missionsAstroSCI ;
  skos:prefLabel "Herschel"@en ;
  esado:isLeafConcept true ;
  skos:inScheme esado: ;
  skos:definition "Herschel was launched on 14 May 2009! It is the fourth 'cornerstone' mission in the ESA science programme. With a 3.5 m Cassegrain telescope it is the largest space telescope ever launched. It is performing photometry and spectroscopy in approximately the 55-671 µm range, bridging the gap between earlier infrared space missions and ground based facilities."@en ;
  dc:modified "2023-05-08T18:00:00+00:00"^^xsd:dateTime ;
  a skos:Concept .

