@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
dcterms:license rdfs:label "is published under the license" .
sub:assertion a nt:PubinfoTemplate;
rdfs:label "With license";
nt:hasStatement sub:st1 .
sub:license a nt:RestrictedChoicePlaceholder;
rdfs:label "select the license here";
nt:possibleValue , ,
.
sub:st1 rdf:object sub:license;
rdf:predicate dcterms:license;
rdf:subject nt:NANOPUB .
rdfs:label "Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)" .
rdfs:label "Attribution 4.0 International (CC BY 4.0)" .
rdfs:label "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "pv22YIwqLbHaxkRE7SxBNwIrckxnzUZPvFF2Ymkh1gK+tmC5RhI9EqlZilYhDK9ximrZRs4dVXCJ8BJhsvZgDN5PrHCM15Rv+Gh3PIW0JPINAXeh4WTvjEVcG8dmB3oaX0YgpGU+Za4ae77LH3LDmD38fYAts+Mlg9NHPvU1Ufw=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-01-09T11:10:54.029+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}