@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/satmos> .

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

<https://vocab.aeris-data.fr/aeris/satmos>
  skos:topConceptOf aeris_dp: ;
  skos:notation "satmos" ;
  foaf:homepage <https://satmos.aeris-data.fr/> ;
  skos:altLabel "Service d’Archivage et de Traitement Météorologique des Observations Satellitaires"@fr, "Service for Archiving and Meteorological Processing of Satellite Observations"@en ;
  a org:Organization, skos:Concept ;
  skos:inScheme aeris_dp: ;
  org:subOrganizationOf <https://vocab.aeris-data.fr/aeris/aeris> ;
  skos:prefLabel "SATMOS"@fr, "SATMOS"@en ;
  foaf:name "SATMOS" ;
  foaf:mbox "satmos@meteo.fr" ;
  skos:definition "The SATMOS Data and Services Centre, is the result of cooperation between Météo-France, CNRS and CNES, and one of the 4 data centres of the national data and services infrastructure for the atmosphere AERIS set up in 2014. The mission of SATMOS is to receive data from operational meteorological satellites (geostationary an polar orbiting satellites), to manufacture products derived from these data, and to make data and products available to users in the Scientific Community. The Centre de Météorologie Spatiale (CMS) of Météo-France is in charge of implementing these services."@en .

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

