@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/7954c30c-becb-4793-83ea-2c53ad0c6706>
  skos:prefLabel "GLONASS"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/5e2a40ad-7c28-5e3d-bdce-7c351cf56b92>
  skos:prefLabel "Positioning/Navigation"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/88e53150-ed9f-50b5-8bb7-9d40e0cd4266> .

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

<https://earth.esa.int/concept/88e53150-ed9f-50b5-8bb7-9d40e0cd4266>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/7954c30c-becb-4793-83ea-2c53ad0c6706> ;
  skos:broader <https://earth.esa.int/concept/5e2a40ad-7c28-5e3d-bdce-7c351cf56b92> ;
  skos:prefLabel "GLONASS"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

