@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/0921b037-8274-5df4-992e-6a01f798c558>
  skos:related <https://earth.esa.int/concept/8f86e1ce-97c3-534d-b370-2692352992fe> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/c7570528-f2d5-42b0-b8e9-d12a2432e87e> ;
  skos:broader <https://earth.esa.int/concept/bbe13d71-bea9-55c2-9b65-a24043c35937> ;
  skos:prefLabel "Reclamation, Revegetation and Restoration"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<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/0921b037-8274-5df4-992e-6a01f798c558> .

<https://gcmd.earthdata.nasa.gov/kms/concept/c7570528-f2d5-42b0-b8e9-d12a2432e87e>
  skos:prefLabel "RECLAMATION/REVEGETATION/RESTORATION"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/bbe13d71-bea9-55c2-9b65-a24043c35937>
  skos:prefLabel "Agriculture"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/0921b037-8274-5df4-992e-6a01f798c558> .

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

