@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/a4dbb7cf-f9d9-58f5-ada7-1e4d95d2f13e>
  skos:notation "GS2"@en ;
  rdfs:label "GOSAT-2"@en ;
  skos:prefLabel "GOSAT-2"@en ;
  a skos:Concept ;
  skos:broader <https://earth.esa.int/concept/4b28f873-b563-5f7d-982e-12c5597f0d90> .

<https://earth.esa.int/concept/d1a82f20-68a9-5609-b261-123602bef1b0>
  skos:notation "GS1"@en ;
  rdfs:label "GOSAT-1"@en ;
  skos:prefLabel "GOSAT-1"@en ;
  a skos:Concept ;
  skos:broader <https://earth.esa.int/concept/4b28f873-b563-5f7d-982e-12c5597f0d90> .

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

<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/4b28f873-b563-5f7d-982e-12c5597f0d90> .

<https://earth.esa.int/concept/4b28f873-b563-5f7d-982e-12c5597f0d90>
  skos:note "1.2"@en ;
  skos:notation "GS1, GS2"@en ;
  rdfs:label "GOSAT"@en ;
  skos:broader <https://earth.esa.int/concept/c55d6941-023c-514c-a9c4-1693c053f861> ;
  skos:prefLabel "GOSAT"@en ;
  skos:inScheme esado: ;
  skos:narrower <https://earth.esa.int/concept/d1a82f20-68a9-5609-b261-123602bef1b0>, <https://earth.esa.int/concept/a4dbb7cf-f9d9-58f5-ada7-1e4d95d2f13e> ;
  a skos:Concept .

