@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:paragraph a gen:Paragraph; schema:about np:Nanopublication; schema:title "The publication info"; gen:hasContent """

The publication info describes the nanopublication as an object. It usually holds the creation time (dct:created), the creator (dct:creator), a license (dct:license), and a short label (rdfs:label) that is shown wherever the nanopublication is listed. It also records which templates were used to make it, which lets it be reopened and revised in a form later.

This is also where the digital signature lives, and where a nanopublication says what it introduces, describes, or supersedes.

"""; gen:hasPositionString "050" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T11:17:58Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "The publication info"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8cMusqtNyKA6UIsi3f7BAcZmHQXWxU0qk0PLsboMWQxYrGBfGgHTgRHJrBRxL+Zn9kJHKVmz2smDcjCBptXi/OwWy80gjsx+Pbe6IWz3zFPWF1UoFIKfPnC0slV67CQgdM853zW7Bmk9/uflCtK4EtZKmPdRGtUHVC7DTVvDBMDzLRGdE2KCBVN29EbM5GGVNvijYbaZQ9OFQPBkQshayqSIyGRr6rreJdkrRVLIzu3uuAjKYydaeXZWSN2JLnVBwrClKUxaEdCwhb5nXpMtKOMD+R+LgaXLeJUWM8BdRSYnta9ZqI5pHY4y3v+eW7J+HHeTvRbHvlik+Z4hFUXmQIDAQAB"; npx:hasSignature "ZITJkFqX8xqIv73R8HgETg8Vhe824xj2YtjR/zFZ4e7bXMjFf5akQvb7yqioLfDO67DM84VcZfpAnvixv4zkHhUuzhvMwKZYOJ/FpMGmE1MWIFkMkEN8Y1Z5JdXY46oYw7W4p+v7y1z1u8yz2N7hFTQIYFpbiMLul1KjRZ5VCF/uOW3K9PjimwgZj76dTfCjqr6elz80Ne14uJLttGvSTuqXH6IdhLB5boqizQmWFI8TJ++tY3UtFNUYIRsvLZSfR4uBZuhfjhBCqbNuJ5n6p+99kDx8XnO2FdVDjYZ7ElOeDO4qUjum+NFexx57pRevTtCwcKHdVHYyyd+X6F8Fwg=="; npx:hasSignatureTarget this:; npx:signedBy . }