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

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

<https://earth.esa.int/concept/2c894c30-b350-5ac5-bdbe-23530f2e30f0>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/ba25756b-6326-4746-a20d-63db582a5f3f> ;
  skos:broader <https://earth.esa.int/concept/f2c5ca1b-085d-5a63-8d46-c68ec58b77a5> ;
  skos:prefLabel "Acoustic Sounders"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<https://earth.esa.int/concept/f2c5ca1b-085d-5a63-8d46-c68ec58b77a5>
  skos:prefLabel "Profilers/Sounders"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/2c894c30-b350-5ac5-bdbe-23530f2e30f0> .

<https://gcmd.earthdata.nasa.gov/kms/concept/ba25756b-6326-4746-a20d-63db582a5f3f>
  skos:prefLabel "Acoustic Sounders"@en ;
  a skos:Concept .

