@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 npx:supersedes; schema:title "New versions"; gen:hasContent """

A new version is a complete nanopublication of its own that names the one it replaces in its publication info with npx:supersedes. Tools then show the new one wherever the old one used to appear, and mark the old one as superseded.

Versions form a chain: the newest one supersedes the previous, which superseded the one before. Any address in the chain can be resolved to the current version, so a link to an old version keeps working and leads to the latest state. Nanodash offers \"supersede\" on any nanopublication, which opens the form pre-filled with its content.

"""; gen:hasPositionString "020" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T11:20:16Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "New versions"; 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 "HkO8FKnXPaz5lqVQm6TjjxBMM8cT9Gqo3/T4JJYTEeFJef6ZVyXn8w/2Oe6/WrtS+dnKox8EwegXjDps+s6AS8dLbyQRelUv1wbucxAVWRgGNFqI4AdhPZBDp+M09COVkjprf4deRY9XW6lcFdSVjtrRnGq2rky0kLcbc9vBLKkw+UIYnNvtvyS2C+vFvKobGdyPXkrhH1d6/E1p2zUUBbFM4Se0B478qqQ/SWhteQnW4eRke6qs+x89111vBJHPJU+iRNFYcQIAwNwy72ZnyMNqt9gNYenIe7YoOK2ikc4ty2rOK8rMV0zdxI/q8VtwKb/ONVqhfswxnLpzqm+JDQ=="; npx:hasSignatureTarget this:; npx:signedBy . }