@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/a246a8cf-e3f9-4045-af9f-dc97f6fe019a>
  skos:prefLabel "EROSION/SEDIMENTATION"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/e4d01e03-0ef5-5b4c-b40f-2b5f49667f53>
  skos:prefLabel "Land Surface"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/e0b49013-f952-53a6-b923-719a08af9282> .

<https://earth.esa.int/concept/8f86e1ce-97c3-534d-b370-2692352992fe>
  skos:prefLabel "Imaging Radars"@en ;
  a skos:Concept ;
  skos:related <https://earth.esa.int/concept/e0b49013-f952-53a6-b923-719a08af9282> .

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

<https://earth.esa.int/concept/e0b49013-f952-53a6-b923-719a08af9282>
  skos:related <https://earth.esa.int/concept/8f86e1ce-97c3-534d-b370-2692352992fe> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/a246a8cf-e3f9-4045-af9f-dc97f6fe019a> ;
  skos:broader <https://earth.esa.int/concept/e4d01e03-0ef5-5b4c-b40f-2b5f49667f53> ;
  skos:prefLabel "Erosion and Sedimentation"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

