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

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

<https://earth.esa.int/concept/1589db19-32b2-5945-ad4b-6c3b13713176>
  skos:prefLabel "Solid Earth"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/ece0bccc-1fee-541c-a697-fdfb54fc3198> .

<https://earth.esa.int/concept/ece0bccc-1fee-541c-a697-fdfb54fc3198>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/e3fa1998-b003-4d55-a92e-16b42ac0fc17> ;
  skos:broader <https://earth.esa.int/concept/1589db19-32b2-5945-ad4b-6c3b13713176> ;
  skos:prefLabel "Earth Gases and Liquids"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<https://gcmd.earthdata.nasa.gov/kms/concept/e3fa1998-b003-4d55-a92e-16b42ac0fc17>
  skos:prefLabel "EARTH GASES/LIQUIDS"@en ;
  a skos:Concept .

