@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/277d863f-c852-5717-8f10-c532700e29fd>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/2e83362e-d8f8-4bca-83fd-bae360ebe94b> ;
  skos:broader <https://earth.esa.int/concept/a59746f5-d93d-5637-b7fa-6e6220196104> ;
  skos:prefLabel "Solar Activity"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<https://gcmd.earthdata.nasa.gov/kms/concept/2e83362e-d8f8-4bca-83fd-bae360ebe94b>
  skos:prefLabel "SOLAR ACTIVITY"@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/a59746f5-d93d-5637-b7fa-6e6220196104>
  skos:prefLabel "Space Weather"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/277d863f-c852-5717-8f10-c532700e29fd> .

