@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/88c2f503-b113-59bd-9c12-7c9dad6cda0d>
  skos:prefLabel "Tectonics"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/6d9e76e2-c057-5e23-9950-e3ed6cb78f6d> .

<https://earth.esa.int/concept/6d9e76e2-c057-5e23-9950-e3ed6cb78f6d>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/1faaede0-2cd6-4447-b28b-0a28d9e2d067> ;
  skos:broader <https://earth.esa.int/concept/88c2f503-b113-59bd-9c12-7c9dad6cda0d> ;
  skos:prefLabel "Volcanic Activity"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

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

<https://gcmd.earthdata.nasa.gov/kms/concept/1faaede0-2cd6-4447-b28b-0a28d9e2d067>
  skos:prefLabel "VOLCANIC ACTIVITY"@en ;
  a skos:Concept .

