@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://earth.esa.int/concept/a71f9674-0536-5012-ac98-1a1a03961aa4>
  skos:notation "FS2"@en ;
  rdfs:label "FORMOSAT-2"@en ;
  skos:prefLabel "FORMOSAT-2"@en ;
  a skos:Concept ;
  sosa:hosts <https://earth.esa.int/concept/241653ab-213e-58b8-bd49-f7b8d3465502> .

<https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7>
  skos:prefLabel "Cameras"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/241653ab-213e-58b8-bd49-f7b8d3465502> .

<https://gcmd.earthdata.nasa.gov/kms/concept/90818762-d67c-4404-8563-5938c0493d2d>
  skos:prefLabel "RSI"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/241653ab-213e-58b8-bd49-f7b8d3465502>
  sosa:isHostedBy <https://earth.esa.int/concept/a71f9674-0536-5012-ac98-1a1a03961aa4> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/90818762-d67c-4404-8563-5938c0493d2d> ;
  skos:broader <https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7> ;
  skos:prefLabel "RSI"@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 .

