@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { this: a ; ; ; orcid:0000-0001-9892-2465; "2025-10-10" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2568-5694 . } sub:pubinfo { orcid:0000-0003-2568-5694 foaf:name "Luca Visentin" . this: dct:created "2025-10-10T16:27:34.406Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2568-5694; dct: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 "SRoRUkagIIz+Kfes9uW/EwNqoq2FUoNZQ8SdeHNtj6irGJohcZQYTWTdEMtpG6XPK3PsVUNxwQxN7QvBos5F3ogqmRQfb0vUvnhHxI+t5Dz5Uq2bVZjgWhcPLeDgHp9CGkybVm95DXdxjfEnPgFnKqIZegrJIaTFs1fwbUlMlq8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-2568-5694 . }