@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/1a36f958-9d82-51e8-9e89-a136d05ca4d0>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/be02e58f-ce2f-448f-8a81-74bcc4eb7056> ;
  skos:broader <https://earth.esa.int/concept/5e2a40ad-7c28-5e3d-bdce-7c351cf56b92> ;
  skos:prefLabel "SBAS"@en ;
  skos:inScheme esado: ;
  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/1a36f958-9d82-51e8-9e89-a136d05ca4d0> .

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/be02e58f-ce2f-448f-8a81-74bcc4eb7056>
  skos:prefLabel "GNSS RECEIVER"@en ;
  a skos:Concept .

