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

<https://gcmd.earthdata.nasa.gov/kms/concept/b39a69b4-c3b9-4a94-b296-bbbbe5e4c847>
  skos:prefLabel "Space-based Platforms"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/d35df580-8ebc-52f7-a7ff-b24fda8fbcea>
  rdfs:label "Solar/Space Observation Satellite"@en ;
  skos:prefLabel "Solar/Space Observation Satellite"@en ;
  a skos:Concept ;
  skos:broader <https://earth.esa.int/concept/738c519f-48db-5344-bebc-030c16781c22> .

<https://earth.esa.int/concept/90f5be6a-ca7f-5cf1-b753-539e12d9284b>
  skos:prefLabel "Space Station/Manned Spacecraft"@en ;
  a skos:Concept ;
  skos:broader <https://earth.esa.int/concept/738c519f-48db-5344-bebc-030c16781c22> .

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/738c519f-48db-5344-bebc-030c16781c22> .

esado:platformsEO
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  skos:prefLabel "Earth Observation platforms"@en ;
  skos:member <https://earth.esa.int/concept/738c519f-48db-5344-bebc-030c16781c22> .

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

<https://earth.esa.int/concept/c55d6941-023c-514c-a9c4-1693c053f861>
  rdfs:label "Earth Observation Satellite"@en ;
  skos:prefLabel "Earth Observation Satellite"@en ;
  a skos:Concept ;
  skos:broader <https://earth.esa.int/concept/738c519f-48db-5344-bebc-030c16781c22> .

<https://earth.esa.int/concept/738c519f-48db-5344-bebc-030c16781c22>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/b39a69b4-c3b9-4a94-b296-bbbbe5e4c847> ;
  skos:prefLabel "Platform"@en ;
  skos:topConceptOf esado: ;
  skos:inScheme esado: ;
  skos:narrower <https://earth.esa.int/concept/d35df580-8ebc-52f7-a7ff-b24fda8fbcea>, <https://earth.esa.int/concept/90f5be6a-ca7f-5cf1-b753-539e12d9284b>, <https://earth.esa.int/concept/c55d6941-023c-514c-a9c4-1693c053f861> ;
  a skos:Concept .

