@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix npx: .
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 "Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)" .
rdfs:label "Creative Commons Attribution 4.0 International (CC BY 4.0)" .
rdfs:label "Creative Commons 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 "CIQ3FxBgG3B/tpzxbFN7c3wOM/bVr2kOUWcPpHLso0RQdRc9s2kmz5aoMbhDrd+ypVc0SY5PJLe/Lq23/35XLR/0fuXdeK42iorTRdxYXsKk0WS/Ib8y5nEX9+eYI/i120Q0lCNpLixpKzEtaLyAmlh5eAfxChB8gLAEyI2vFRo=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-01-09T11:09:13.944+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}