@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix aeris_dp: <https://vocab.aeris-data.fr/aeris> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://vocab.aeris-data.fr/aeris/espri>
  skos:inScheme aeris_dp: ;
  org:subOrganizationOf <https://vocab.aeris-data.fr/aeris/aeris> ;
  skos:notation "espri" ;
  foaf:homepage <http://cds-espri.ipsl.fr/> ;
  foaf:name "ESPRI" ;
  a skos:Concept, org:Organization ;
  skos:topConceptOf aeris_dp: ;
  foaf:mbox "cds-espri@ipsl.jussieu.fr" ;
  skos:definition "The ESPRI Data and Services Centre is a transversal service of the federation of laboratories Institut Pierre Simon Laplace (IPSL) and one of the 4 data centres of the national data and services infrastructure for the atmosphere AERIS set up in 2014. ESPRI was created to support scientific studies in the fields of atmospheric and climate sciences and to encourage the use of all data related to the following themes: atmospheric chemistry, aerosols, clouds, radiation and the water cycle."@en ;
  skos:altLabel "Ensemble de Services pour la Recherche à l’IPSL"@fr, "Set of Services for Research at the IPSL"@en ;
  skos:prefLabel "ESPRI"@fr, "ESPRI"@en .

org:subOrganizationOf rdfs:label "Part of"@en .
<https://vocab.aeris-data.fr/aeris/cds>
  skos:prefLabel "Centre de données et de services"@fr, "Data Center"@en ;
  a skos:Collection ;
  skos:member <https://vocab.aeris-data.fr/aeris/espri> .

foaf:mbox rdfs:label "Email"@en .
<https://vocab.aeris-data.fr/aeris/aeris>
  skos:prefLabel "AERIS"@fr, "AERIS"@en ;
  a org:Organization, skos:Concept ;
  org:hasSubOrganization <https://vocab.aeris-data.fr/aeris/espri> .

aeris_dp:
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://vocab.aeris-data.fr/aeris/espri> .

