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

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

<https://vocab.aeris-data.fr/project/4f616ef9-9940-41d9-91e2-d4fdef34535c>
  skos:prefLabel "Banque de données"@fr, "Data banks"@en ;
  a skos:Concept ;
  skos:narrower <https://vocab.aeris-data.fr/project/204ca76e-e7be-7ea7-eb90-20fa763a2417> .

<https://vocab.aeris-data.fr/project/highlight>
  a skos:Collection ;
  skos:prefLabel "Highlights"@en ;
  skos:member <https://vocab.aeris-data.fr/project/204ca76e-e7be-7ea7-eb90-20fa763a2417> .

<https://vocab.aeris-data.fr/project/204ca76e-e7be-7ea7-eb90-20fa763a2417>
  skos:hiddenLabel "DATA_BANKS.ECCAD" ;
  skos:altLabel "Emissions of atmospheric compounds and compilation of ancillary data"@en ;
  skos:prefLabel "ECCAD"@fr, "ECCAD"@en ;
  skos:inScheme aeris_proj: ;
  skos:broader <https://vocab.aeris-data.fr/project/4f616ef9-9940-41d9-91e2-d4fdef34535c> ;
  a skos:Concept .

