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

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

esado:missionISO
  rdfs:comment "" ;
  skos:broader esado:missionsAstroSCI ;
  skos:prefLabel "ISO"@en ;
  skos:inScheme esado: ;
  skos:definition "The Infrared Space Observatory (ISO) was the world's first true orbiting infrared observatory. Equipped with four highly-sophisticated and versatile scientific instruments, it was launched by Ariane in November 1995 and provided astronomers world-wide with a facility of unprecedented sensitivity and capabilities for a detailed exploration of the Universe at infrared wavelengths."@en ;
  dc:modified "2023-05-08T18:00:00+00:00"^^xsd:dateTime ;
  a skos:Concept .

