@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/2c66b9ba-e007-52e8-a2cc-0f017d1bb047> .

<https://gcmd.earthdata.nasa.gov/kms/concept/0af72e0e-52a5-4695-9eaf-d6fbb7991039>
  skos:prefLabel "ATMOSPHERIC ELECTRICITY"@en ;
  a skos:Concept .

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

<https://earth.esa.int/concept/2c66b9ba-e007-52e8-a2cc-0f017d1bb047>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/0af72e0e-52a5-4695-9eaf-d6fbb7991039> ;
  skos:broader <https://earth.esa.int/concept/0d2133c5-b0bb-5ce2-b000-243ade6a65b8> ;
  skos:prefLabel "Atmospheric Electricity"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

