@prefix this: <https://w3id.org/np/RAIaHSdjkDnxysW2V8GhwQ9QMXSna9Zvyun4t-pwaQAdQ> .
@prefix sub: <https://w3id.org/np/RAIaHSdjkDnxysW2V8GhwQ9QMXSna9Zvyun4t-pwaQAdQ#> .
@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 {
  <http://purl.org/np/RANZIJZQhwoROxTV1x5cZWDNK2-N1RZDHnYAAQA6J34CM#CC-BY-SA> a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource ;
    rdfs:comment "This license enables reusers to distribute, remix, adapt, and build upon the material in any medium or format, so long as attribution is given to the creator. The license allows for commercial use. If you remix, adapt, or build upon the material, you must license the modified material under identical terms." ;
    rdfs:label "CC-BY-SA 4.0 | Creative Commons Attribution-ShareAlike 4.0 International" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "NPd2Haii+YaKilOHbaZVcEEVUjm5mMS1MUJcHiCWq4KpOGkhOCHdS3BW2Z7TtRCeZu1tLG2XQnn+pci1MZh1En3Lu1xmXSz9ZfILofFkgskAn52z3QcRvf9EuESqVAxAQEwJ9gaknke8AN2RyvOcEbLhk9Nm22MiHAm9hrMUnfw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-01-24T22:58:31Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <http://purl.org/np/RANZIJZQhwoROxTV1x5cZWDNK2-N1RZDHnYAAQA6J34CM#CC-BY-SA> ;
    npx:supersedes <http://purl.org/np/RANZIJZQhwoROxTV1x5cZWDNK2-N1RZDHnYAAQA6J34CM> ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/c15a1f08-dc4e-4957-b1e6-4a03f6f5ea36> .
}