@prefix this: <http://purl.org/np/RA-3wwSbCh32dE51jFkqg8oBYjc7bpJpWSvITfHJMiOnw> .
@prefix sub: <http://purl.org/np/RA-3wwSbCh32dE51jFkqg8oBYjc7bpJpWSvITfHJMiOnw#> .
@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:CMIP6TOU a fip:Available-FAIR-Enabling-Resource , fip:Data-usage-license , fip:FAIR-Enabling-Resource ;
    rdfs:comment "To enable modeling groups and others who support CMIP6 to demonstrate its impact (and secure ongoing funding), it is required to cite and acknowledge those who have made CMIP6 possible. You also must abide by any licensing restrictions. The licensing agreements governing CMIP6 data depend on the model but generally conform to a standard template." ;
    rdfs:label "CMIP6: Terms of Use" ;
    rdfs:seeAlso <https://pcmdi.llnl.gov/CMIP6/TermsOfUse/TermsOfUse6-1.html> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-4214-2213 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "dyoJef4a4C0MfrAdLPg/DufZwLgnLveLvnjZ+n68DvJRI9hNymp5tXRQVhr08ZeG7D6r9IZyfa/22cSjV42xNAN108gokghPPUKXxriSa7bjdH3RVLC2tRFWRg9hsoN/s4pomOa5XlbeE56oCCKvoqC8GS2TrHgGoY2U3am8jFE=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-09-06T13:31:00Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:CMIP6TOU ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9ed1ed5d-00a6-46fb-93ae-203876681b75> .
}