@prefix dcterms: .
@prefix schema1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:BSD3-License schema1:url ;
a fip:Available-FAIR-Enabling-Resource, fip:Data-usage-license, fip:FAIR-Enabling-Resource;
rdfs:comment "According to BSD 3-Clause License, the redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: (i) redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer; (ii) redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution; (iii) neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.";
rdfs:label "BSD3-License | BSD3 Clause License" .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0001-5819-7713 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "ds/Vk/UJuQsUKF38W2cR5VTxTZ4j05bpKmGzS5Xz/8ClJW0p1moIMo0JyBAV9VqQCPq6Ye/FgBgoq3uLG4cAcjbvk343qu73I9V+wQcJ8AqqmfoINKSKW6UX6GejaWFvXOq34pps3YbbEDcnF3xuoxdam78+Y2cwYEGSntc28b4=";
npx:hasSignatureTarget this: .
this: dcterms:created "2025-05-25T13:22:58Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:BSD3-License;
prov:wasDerivedFrom .
}