@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@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/ff49e220-7ca6-44c9-80df-b48b31a62cb6>
  skos:prefLabel "OCTS"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/66ab957a-0434-5953-8b33-be95150a9ecb>
  skos:prefLabel "Imaging Spectrometers/Radiometers"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/c9de35be-35ce-520c-9ba9-58364a0ebf6e> .

<https://earth.esa.int/concept/c9de35be-35ce-520c-9ba9-58364a0ebf6e>
  sosa:isHostedBy <https://earth.esa.int/concept/5cb5c431-f1f7-56ba-82e2-870ff1d4b110> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/ff49e220-7ca6-44c9-80df-b48b31a62cb6> ;
  skos:broader <https://earth.esa.int/concept/66ab957a-0434-5953-8b33-be95150a9ecb> ;
  skos:prefLabel "OCTS"@en ;
  skos:inScheme esado: ;
  skos:definition "Ocean Color and Temperature Scanner"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/5cb5c431-f1f7-56ba-82e2-870ff1d4b110>
  skos:notation "AD1"@en ;
  rdfs:label "ADEOS-1"@en ;
  skos:prefLabel "ADEOS-I"@en ;
  a skos:Concept ;
  sosa:hosts <https://earth.esa.int/concept/c9de35be-35ce-520c-9ba9-58364a0ebf6e> .

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

