@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/195f58c2-8ba2-4bcd-87e4-2c8d26997b3f>
  skos:prefLabel "Radar"@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/87034930-6c42-5f20-a439-4e9df4b10efd> .

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

<https://earth.esa.int/concept/87034930-6c42-5f20-a439-4e9df4b10efd>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/195f58c2-8ba2-4bcd-87e4-2c8d26997b3f> ;
  skos:broader <https://earth.esa.int/concept/5e2a40ad-7c28-5e3d-bdce-7c351cf56b92> ;
  skos:prefLabel "Radar"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

