@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://gcmd.earthdata.nasa.gov/kms/concept/ec2bf43d-2525-439e-bbbe-0db758e71965>
  skos:prefLabel "GEOTHERMAL DYNAMICS"@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/1589db19-32b2-5945-ad4b-6c3b13713176>
  skos:prefLabel "Solid Earth"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/5548fb2d-f8d0-5d77-9fbf-e79e5f733c6c> .

<https://earth.esa.int/concept/5548fb2d-f8d0-5d77-9fbf-e79e5f733c6c>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/ec2bf43d-2525-439e-bbbe-0db758e71965> ;
  skos:broader <https://earth.esa.int/concept/1589db19-32b2-5945-ad4b-6c3b13713176> ;
  skos:prefLabel "Geothermal Dynamics"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

