@prefix this: <http://purl.org/np/RAaXWJVdBpDht54lyuRkvjpr5EoRjfQqyLmREzDtYLals> .
@prefix sub: <http://purl.org/np/RAaXWJVdBpDht54lyuRkvjpr5EoRjfQqyLmREzDtYLals#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:AERIS a fip:FAIR-Implementation-Community ;
    rdfs:comment "The cluster for Atmospheric data AERIS, part of the French Data Terra Research Infrastructure, has the objective to facilitate and enhance the use of atmospheric data, whether from satellite, aircraft, balloon, or ground observations, or from laboratory experiments. It generates advanced products and provides services to facilitate data use, to prepare campaigns, and to interface with modeling activities. It consists of four Data and Service Centres (DSC) with strong expertise in data curation, storage, preservation and dissemination: ICARE, ESPRI, SATMOS and SEDOO. AERIS has close relationships with different laboratories for transferring prototype products and expertise on data. " ;
    rdfs:label "French cluster for Atmospheric data AERIS" ;
    rdfs:seeAlso <https://www.aeris-data.fr> ;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_694> , <http://edamontology.org/topic_3071> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8911-7253 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Iyv2pxpAs/5MMSV+FbZRcUnzkF3vAsRHju9jHVLACQTvntTZrxTYYlSrmd1W+DsdRALQW+xzmYQ4kqnG1l30kRx8UkpQREY9yR/GrT67iup8z8E+jkRwHxhCu3fn/pJXK+yMEgPVIhwQeJV9lTVbwBHZbbgK4vyq/TtUtKYt9Mo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-01-25T10:13:39Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:AERIS ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/bc2625a5-8ac2-4b8a-b9a9-465092cb07ee> .
}