@prefix this: <https://w3id.org/np/RATTrivFYGrAduRrXg9Yp_6bwXE38a_XXNozqM0GGMzcQ> .
@prefix sub: <https://w3id.org/np/RATTrivFYGrAduRrXg9Yp_6bwXE38a_XXNozqM0GGMzcQ#> .
@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:IPCC a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "The IPCC Glossary is the main source and definition of terms related to climate change (Annex I Glossary of the IPCC Sixth Assessment Report (AR6) Synthesis Report (SYR))" ;
    rdfs:label "IPCC Glossary" ;
    fip:has-description-source <https://apps.ipcc.ch/glossary/search.php> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0007-0787-5108 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "XfhFE+FpWK78yXskVVFOPj2KxoFfd8uSQmKqU8H7kZgaHQ/NFAIeGwEo3pJYlvpbD5bhKZ7SQ6Q/6O9OJHFbnV1LIMEt941PJPP1WXNj4owTr0f7LMTEIFQeVDXcL+qmDjKsUTTR8uBm1hg0+Bnwj5s1mH2kotuRc/yX058btnw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-30T19:07:09Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:IPCC ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/309b0b12-05d5-4b91-b0b6-4bdf899ad60d> .
}