@prefix dcterms: .
@prefix schema: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
this: a ;
schema:about ;
schema:issuedBy ;
orcid:0009-0009-8655-4074;
"2025-11-16" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2568-5694 .
}
sub:pubinfo {
orcid:0000-0003-2568-5694 foaf:name "Luca Visentin" .
this: dcterms:created "2025-11-16T15:15:07.063Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2568-5694;
dcterms:license ;
npx:wasCreatedAt ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCAZ56qlM6pVSGfqZYzTCaYKtfPDkaRfiaeeItNk0+qRp8c4iO1D3ldJ+UYzj9Yz6HhoGRq8uaRCwX/L+phPwqcIDv48Cc6miq0Z3Xn5Bl4Wu3lvF6dGxfbfjs7zhPt7f+2bSu16QbKe+w0FH5yDGuU6XQgdrOP+YGMPjZny3gYnwIDAQAB";
npx:hasSignature "Cqo68Ansmdo4bQBoM8tBqj4zR3HsL2sdbfnpkr1lT7n98T4XPkiYal/Ar8VjMD0BDY/6kL2TBTwD1FLzi7H1KCwcPczpiwCRw9Vyqnvf0utePFPFJlBdcVPNrGlr0+7Hmr/N+v1BExN9ua6MEMIGvlu/PhcoYeJxatCu4n4PJRI=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0003-2568-5694 .
}