@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/906e647b-2683-4ae7-9986-1aea15582b52>
  skos:prefLabel "GEOCHEMISTRY"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/62a80567-9f44-5ca4-a15a-05f428752004>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/906e647b-2683-4ae7-9986-1aea15582b52> ;
  skos:broader <https://earth.esa.int/concept/1589db19-32b2-5945-ad4b-6c3b13713176> ;
  skos:prefLabel "Geochemistry"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<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/62a80567-9f44-5ca4-a15a-05f428752004> .

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

