@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 nt:NanopubTemplate; schema:title "How a nanopublication records its templates"; gen:hasContent """

A nanopublication made from templates records them in its publication info: nt:wasCreatedFromTemplate for the assertion template, nt:wasCreatedFromProvenanceTemplate for the provenance one, and nt:wasCreatedFromPubinfoTemplate, one per template, for the publication-info ones.

These links are what allow a nanopublication to be reopened in the form it came from, to be superseded, or to serve as the starting point for another one. They are worth including even in a nanopublication written by hand, since without them it can be read but not maintained through the forms.

"""; gen:hasPositionString "150" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T10:15:50Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "How a nanopublication records its templates"; 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 "Cw5x3BDaeg7x4tLtN4OJ7RE0OVNO5psuvQoB4PDzTh2Az2iusVSxPi+HahZb40EUCGKQ6SIdcc1k1ID7xHshaBFYb/OwZLoQAB7Rj9zv4+bmOAm9emqIwrrCqtRMvkvZEFWEkuywZiGV6rNYBaPwCa3mVgjKDs/GW8X9Ml2PJoct4NbvbA4SCw6kySMpylCHBKv9i2ZDBZMZ2mRQoJSyPdoYmZeW/WrdH3MXnmlxZcZj9TiUD+STYzvX+oK8UtGGqpqLmiXgECLVdL1x67YaU2leQpCkfu6Dz8jxgzsCks/M+SJFdHm9BTQtsch9mtP8fOgmp0YSzxFJoKDKs7T8lg=="; npx:hasSignatureTarget this:; npx:signedBy . }