@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/6f1d0c1c-b3cf-5af1-afcd-db1be2f506e2>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/fb3ce3be-d830-407f-bd7c-58d66c24b6be> ;
  skos:broader <https://earth.esa.int/concept/988355eb-a637-53f2-beb3-20379a7653e4> ;
  skos:prefLabel "Permafrost"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<https://earth.esa.int/concept/988355eb-a637-53f2-beb3-20379a7653e4>
  skos:prefLabel "Soils"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/6f1d0c1c-b3cf-5af1-afcd-db1be2f506e2> .

<https://gcmd.earthdata.nasa.gov/kms/concept/fb3ce3be-d830-407f-bd7c-58d66c24b6be>
  skos:prefLabel "PERMAFROST"@en ;
  a skos:Concept .

