@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#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://earth.esa.int/concept/2523e793-949e-5efa-a0f0-e7b530f4c2b0>
  skos:prefLabel "Earth Remote Sensing Instrument"@en ;
  a skos:Concept ;
  skos:broader <https://earth.esa.int/concept/c98c8eae-7561-55de-bf01-2fb866693c14> .

<https://earth.esa.int/concept/c98c8eae-7561-55de-bf01-2fb866693c14>
  skos:altLabel "Instruments"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/b2140059-b3ca-415c-b0a7-3e142783ffe8> ;
  skos:prefLabel "Instrument"@en ;
  skos:topConceptOf esado: ;
  skos:inScheme esado: ;
  skos:narrower <https://earth.esa.int/concept/2523e793-949e-5efa-a0f0-e7b530f4c2b0>, <https://earth.esa.int/concept/d272b79b-212f-5de1-bda9-1b6eda67ee9e> ;
  a skos:Concept .

<https://earth.esa.int/concept/d272b79b-212f-5de1-bda9-1b6eda67ee9e>
  skos:prefLabel "Solar/Space Observing Instrument"@en ;
  a skos:Concept ;
  skos:broader <https://earth.esa.int/concept/c98c8eae-7561-55de-bf01-2fb866693c14> .

<https://gcmd.earthdata.nasa.gov/kms/concept/b2140059-b3ca-415c-b0a7-3e142783ffe8>
  skos:prefLabel "Instruments"@en ;
  a skos:Concept .

esado:
  rdfs:label "ESA Data Ontology"@en ;
  skos:prefLabel "ESA Data Ontology"@en ;
  a skos:ConceptScheme, owl:Ontology ;
  skos:hasTopConcept <https://earth.esa.int/concept/c98c8eae-7561-55de-bf01-2fb866693c14> .

esado:domainEO
  a skos:Collection, isothes:ConceptGroup, esado:Domain ;
  skos:prefLabel "Earth Observation"@en ;
  skos:member esado:instrumentsEO .

esado:instrumentsEO
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  skos:prefLabel "Earth Observation instruments"@en ;
  skos:member <https://earth.esa.int/concept/c98c8eae-7561-55de-bf01-2fb866693c14> .

