@prefix this: <https://w3id.org/np/RABypUBS267lXGIUIfJbGNME38MtQA0mCp0QGoghezyp8> .
@prefix sub: <https://w3id.org/np/RABypUBS267lXGIUIfJbGNME38MtQA0mCp0QGoghezyp8#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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:CC_BY-NC_4.0 a fip:Available-FAIR-Supporting-Resource , fip:Data-usage-license , fip:FAIR-Enabling-Resource ;
    rdfs:comment "This is a variant of the CC BY license that specify the following: Attribution — You must give appropriate credit , provide a link to the license, and indicate if changes were made . You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. NonCommercial — You may not use the material for commercial purposes ." ;
    rdfs:label "CC BY-NC 4.0 |  Creative Commons Attribution-NonCommercial 4.0 International License" ;
    rdfs:seeAlso <https://creativecommons.org/licenses/by-nc/4.0/> ;
    skos:closeMatch <http://purl.org/np/RAWCImVlPF6-8_6LzXaXiRYqyQQMnVq8hDwngXzuOYPyI> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 ;
    prov:wasDerivedFrom <http://purl.org/np/RAWCImVlPF6-8_6LzXaXiRYqyQQMnVq8hDwngXzuOYPyI> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "NSBdXinMVPIi1Knd7K8VLPcC6QdnpBi27vQW7Sfkpf71ezOreH2Yp30ojbftH2nSsR4SplzZw9HDt+8L8pUjz9MsJ3vArCac9/DL5ObjVJpiqpm6QiKrLb/fhhi0UTLaoHGF/18hgbXCh6xx9eM8ROEWjXZFoY8HDkHtNegntJY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-10-02T14:39:07Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:CC_BY-NC_4.0 ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/38ae2bad-ad61-42bb-8dd7-b58a5744e3b7> .
}