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

foaf:mbox rdfs:label "Email"@en .
<https://vocab.aeris-data.fr/aeris/sedoo>
  foaf:name "SEDOO" ;
  skos:inScheme aeris_dp: ;
  org:subOrganizationOf <https://vocab.aeris-data.fr/aeris/aeris> ;
  skos:definition "SEDOO, the Data Service of the OMP, has the mission to develop applications for the management, processing and dissemination of scientific environmental data. To be usable by the scientific community, observations must not only be calibrated and qualitatively controlled by their authors, but also “managed” by teams combining computer and thematic skills."@en ;
  skos:altLabel "Data Service of the OMP"@en, "Service de données de l'OMP"@fr ;
  skos:prefLabel "SEDOO"@fr, "SEDOO"@en ;
  a skos:Concept, org:Organization ;
  skos:notation "sedoo" ;
  foaf:homepage <https://www.sedoo.fr> ;
  foaf:mbox "contact@sedoo.fr" ;
  skos:topConceptOf aeris_dp: .

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

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

