@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 gen:ViewAction; schema:title "Editing existing nanopublications"; gen:hasContent """

Instead of a field, a mapping can name how the form is opened on the row's nanopublication: to supersede it, making a new version; to derive from it, making a new thing; or to override it, re-editing the same thing under a different key. The form opens filled with the nanopublication's content.

Override is what lets a member correct another member's contribution in place; it works when the row's nanopublication is the one that introduced the thing being edited.

"""; gen:hasPositionString "050" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T12:15:50Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Editing existing nanopublications"; 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 "JLTItxpDFYKYWjO49kBk6qYAtTbvCkFywe+WN2qKzEdckISgb4xJqcgLtUi9jl/G/8mIoz6sTzM/WL2VRDCMz4Y4tF7SzitGAUqGnkrXYeTWPsSYEw/uoEUXYbkKODO27Ne+dTU6RpyScSu14hsOFB8Ru/QYQCL+hOSMztTuhnduijoueMBrhxUICruHaQYNGw12T1C/G1N0fBPHaoaeBeRBiDyvGpz5Cq9vqlsK39WqQMCSwM9FtbNHlOE96vh6f8GYzn6ZioKLdh03VnEaXWfR0/iYCGsZKqTiPgW+X/BkdieLoXCy2w2Y8lM9N0JWVRRAJhGDPQ30JOPk/tU45w=="; npx:hasSignatureTarget this:; npx:signedBy . }