@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/4ca68be3-d205-5dea-a292-6f0a7ab35595>
  skos:prefLabel "Climate"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/97767369-85bc-5b71-808e-f808be4b6c8e> .

<https://gcmd.earthdata.nasa.gov/kms/concept/897b3d65-709c-4739-9ba6-85911295d843>
  skos:prefLabel "ENVIRONMENTAL VULNERABILITY INDEX (EVI)"@en ;
  a skos:Concept .

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

<https://earth.esa.int/concept/97767369-85bc-5b71-808e-f808be4b6c8e>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/897b3d65-709c-4739-9ba6-85911295d843> ;
  skos:broader <https://earth.esa.int/concept/4ca68be3-d205-5dea-a292-6f0a7ab35595> ;
  skos:prefLabel "Environmental Vulnerability Index"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

