@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix aeris_proj: <https://vocab.aeris-data.fr/project> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://vocab.aeris-data.fr/project/d2a2c8fc-8b4b-4130-ba2f-2ec5f780d67a>
  skos:prefLabel "Campagnes"@fr, "Campaigns"@en ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/project/21b4fca8-fd2a-4ba7-8caa-4ee6ec129c00> .

aeris_proj:
  skos:prefLabel "AERIS Projects"@en, "Projets AERIS"@fr ;
  a owl:Ontology, skos:ConceptScheme .

<https://vocab.aeris-data.fr/project/21b4fca8-fd2a-4ba7-8caa-4ee6ec129c00>
  skos:hiddenLabel "CAMPAIGNS.COMET" ;
  skos:altLabel "Carbon diOxide and METhane mission", "" ;
  skos:prefLabel "COMET"@en, "" ;
  skos:inScheme aeris_proj: ;
  skos:broader <https://vocab.aeris-data.fr/project/d2a2c8fc-8b4b-4130-ba2f-2ec5f780d67a> ;
  a skos:Concept .

