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

<https://earth.esa.int/concept/0d2133c5-b0bb-5ce2-b000-243ade6a65b8>
  skos:prefLabel "Atmosphere"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/f41bb355-30e5-530a-bd31-ac1145de72d6> .

<https://earth.esa.int/concept/f41bb355-30e5-530a-bd31-ac1145de72d6>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/0dc6a186-8da6-4a88-bb6b-3cc3343d2599> ;
  skos:broader <https://earth.esa.int/concept/0d2133c5-b0bb-5ce2-b000-243ade6a65b8> ;
  skos:prefLabel "Thermosphere"@en ;
  skos:inScheme esado: ;
  skos:definition "Refers to structure, composition, and dynamics of the thermosphere. The thermosphere is the upper part of Earth's atmosphere (altitudes ca. 100-1000km). Its density and composition are subject to gravitational separation. Its density and dynamics are driven by solar energetic radiation and waves propagating from lower atmospheric layers. The thermosphere exerts drag on objects orbiting within it."@en ;
  a skos:Concept .

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

