@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#> .

<https://earth.esa.int/concept/bef564af-366d-51a2-86a3-2dd854098be1>
  skos:notation "RS1"@en ;
  rdfs:label "RADARSAT-1"@en ;
  skos:prefLabel "RADARSAT-1"@en ;
  a skos:Concept ;
  skos:broader <https://earth.esa.int/concept/e190fa5c-b72f-57e9-97c2-94bd079d4570> .

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

<https://earth.esa.int/concept/81df103e-3e8c-549f-bbad-c9ed9e119166>
  skos:notation "RS2"@en ;
  rdfs:label "RADARSAT-2"@en ;
  skos:prefLabel "RADARSAT-2"@en ;
  a skos:Concept ;
  skos:broader <https://earth.esa.int/concept/e190fa5c-b72f-57e9-97c2-94bd079d4570> .

<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:narrower <https://earth.esa.int/concept/e190fa5c-b72f-57e9-97c2-94bd079d4570> .

<https://earth.esa.int/concept/e190fa5c-b72f-57e9-97c2-94bd079d4570>
  skos:note "1, 2"@en ;
  skos:notation "RS1, RS2"@en ;
  rdfs:label "RADARSAT"@en ;
  skos:broader <https://earth.esa.int/concept/c55d6941-023c-514c-a9c4-1693c053f861> ;
  skos:prefLabel "RADARSAT"@en ;
  skos:inScheme esado: ;
  skos:narrower <https://earth.esa.int/concept/bef564af-366d-51a2-86a3-2dd854098be1>, <https://earth.esa.int/concept/81df103e-3e8c-549f-bbad-c9ed9e119166> ;
  a skos:Concept .

