@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix esado: <https://data.esa.int/esado/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://gcmd.earthdata.nasa.gov/kms/concept/2eb2b23d-b5eb-459b-b364-e18780900f96>
  skos:prefLabel "ALTIKA Altimeter"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/a712cd83-f2c6-5869-b5ef-20b87123ff3a>
  skos:notation "SR"@en ;
  rdfs:label "SARAL"@en ;
  skos:prefLabel "SARAL"@en ;
  a skos:Concept ;
  sosa:hosts <https://earth.esa.int/concept/4673dd6c-d987-5946-a4e7-fdc780315133> .

<https://earth.esa.int/concept/9a043c1c-b79e-56ea-8d29-ce17037667ef>
  skos:prefLabel "Radar Altimeters"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/4673dd6c-d987-5946-a4e7-fdc780315133> .

<https://earth.esa.int/concept/4673dd6c-d987-5946-a4e7-fdc780315133>
  skos:altLabel "ALTIKA Altimeter"@en ;
  sosa:isHostedBy <https://earth.esa.int/concept/a712cd83-f2c6-5869-b5ef-20b87123ff3a> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/2eb2b23d-b5eb-459b-b364-e18780900f96> ;
  skos:broader <https://earth.esa.int/concept/9a043c1c-b79e-56ea-8d29-ce17037667ef> ;
  skos:prefLabel "ALTIKA"@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 .

