@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@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#> .

<https://earth.esa.int/concept/bd393313-f583-5012-89f9-bf96c3c30d6c>
  skos:notation "IC1, IC2"@en ;
  skos:prefLabel "ICEYE"@en ;
  a skos:Concept ;
  sosa:hosts <https://earth.esa.int/concept/2b94d1aa-2b80-5c2b-aa7b-8c7d0065cea2> .

<https://gcmd.earthdata.nasa.gov/kms/concept/285c90fb-0b3f-487f-a094-40d6dea7948e>
  skos:prefLabel "X-SAR"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/2b94d1aa-2b80-5c2b-aa7b-8c7d0065cea2>
  sosa:isHostedBy <https://earth.esa.int/concept/bd393313-f583-5012-89f9-bf96c3c30d6c> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/285c90fb-0b3f-487f-a094-40d6dea7948e> ;
  rdfs:seeAlso <https://earth.esa.int/web/guest/missions/3rd-party-missions/current-missions/iceye> ;
  skos:broader <https://earth.esa.int/concept/8f86e1ce-97c3-534d-b370-2692352992fe> ;
  skos:prefLabel "X-SAR"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<https://earth.esa.int/concept/8f86e1ce-97c3-534d-b370-2692352992fe>
  skos:prefLabel "Imaging Radars"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/2b94d1aa-2b80-5c2b-aa7b-8c7d0065cea2> .

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

