@prefix this: <https://w3id.org/np/RA5s6Aj3QZpPV8hAqA_aBPo5Fs_zLb_xKBr3ad-Z2Ktsw> .
@prefix sub: <https://w3id.org/np/RA5s6Aj3QZpPV8hAqA_aBPo5Fs_zLb_xKBr3ad-Z2Ktsw#> .
@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:GNU-GFDL-v1.2 <http://schema.org/url> <https://www.gnu.org/licenses/old-licenses/fdl-1.2.html> ;
    a fip:Available-FAIR-Enabling-Resource , fip:Data-usage-license , fip:FAIR-Enabling-Resource ;
    rdfs:comment "The GNU Free Documentation License (GFDL) version 1.2 is to make a manual, textbook, or other functional and useful document free in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. This License is a kind of copyleft, which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. This License is designed in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. This License is recommended principally for works whose purpose is instruction or reference." ;
    rdfs:label "GNU-GFDL-v1.2 | GNU Free Documentation License (GFDL) version 1.2" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-5819-7713 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "VJK0eWC84sz/1ew1rrym0Y0FkwZRdAppBGUTjGQpf6ESp1lnU8npGETWuFW2/hCnvLtCou1+mEkbNWlqKpXk2ElfblgbduaBR+xdcceCKLDLmc7CAYN77fDHc3QfLzE6bCz02zPXrWKNdJU5fO08794VjEo+uG/IwONnbCbxmW8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-23T10:27:20Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:GNU-GFDL-v1.2 ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/e165d18b-d360-43aa-8beb-34dd14389892> .
}