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

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/icare> .

foaf:mbox rdfs:label "Email"@en .
<https://vocab.aeris-data.fr/aeris/icare>
  foaf:mbox "icare-contact@univ-lille.fr" ;
  skos:topConceptOf aeris_dp: ;
  a org:Organization, skos:Concept ;
  org:subOrganizationOf <https://vocab.aeris-data.fr/aeris/aeris> ;
  skos:prefLabel "ICARE"@fr, "ICARE"@en ;
  skos:definition "The ICARE Data and Services Centre is the result of a specific partnership between the Hauts-de-France region, the CNES, the CNRS and the University of Lille and is one of the 4 data centres of the national data and services infrastructure for the atmosphere AERIS set up in 2014. Its mission is to provide the scientific community with services designed to facilitate the use of “aerosol, cloud, radiation and water cycle in the atmosphere” data, in particular data from Earth observation space missions… Indeed, ICARE makes it possible to exploit the huge volume of data available; to combine the various observation data to derive geophysical parameters and to offer easy on-line access to the products."@en ;
  skos:altLabel "Cloud-Aerosol-Water-Radiation Interactions"@en ;
  skos:inScheme aeris_dp: ;
  skos:notation "icare" ;
  foaf:name "ICARE" ;
  foaf:homepage <https://www.icare.univ-lille.fr/> .

<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/icare> .

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

