@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/91d75764-3e85-53c7-8e4b-6b4d6d2ed8c9>
  skos:notation "SP5"@en ;
  rdfs:label "SPOT 5"@en ;
  skos:prefLabel "SPOT 5"@en ;
  a skos:Concept ;
  sosa:hosts <https://earth.esa.int/concept/94c608d2-db26-53b2-abaa-50e5f773bca0> .

<https://gcmd.earthdata.nasa.gov/kms/concept/a4e5d987-10c4-4788-a1ac-8c8494be04ef>
  skos:prefLabel "HRS"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/94c608d2-db26-53b2-abaa-50e5f773bca0>
  sosa:isHostedBy <https://earth.esa.int/concept/91d75764-3e85-53c7-8e4b-6b4d6d2ed8c9> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/a4e5d987-10c4-4788-a1ac-8c8494be04ef> ;
  rdfs:seeAlso <https://earth.esa.int/web/guest/missions/3rd-party-missions/current-missions/spot-5> ;
  skos:broader <https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7> ;
  skos:prefLabel "HRS"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7>
  skos:prefLabel "Cameras"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/94c608d2-db26-53b2-abaa-50e5f773bca0> .

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

