@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/1589db19-32b2-5945-ad4b-6c3b13713176>
  skos:prefLabel "Solid Earth"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/a8cb3d4b-f4b2-59ef-9893-47f47406ee3a> .

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

<https://earth.esa.int/concept/a8cb3d4b-f4b2-59ef-9893-47f47406ee3a>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/910013d7-1e6a-4d1a-9921-be32d792a290> ;
  skos:broader <https://earth.esa.int/concept/1589db19-32b2-5945-ad4b-6c3b13713176> ;
  skos:prefLabel "Geomagnetism"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<https://gcmd.earthdata.nasa.gov/kms/concept/910013d7-1e6a-4d1a-9921-be32d792a290>
  skos:prefLabel "GEOMAGNETISM"@en ;
  a skos:Concept .

