@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 "Who sees a button"; gen:hasContent """

Each action says which visitors see it: everyone, or holders of a role tier in the page's space — admin, maintainer, member or observer, each including the tiers above it — or holders of one specific role. On a person's own page, the person counts as admin.

This decides only what is offered. Whether a published nanopublication takes effect is judged separately, by the roles its signer actually holds, so hiding a button is a convenience for visitors rather than a lock.

"""; gen:hasPositionString "030" . } 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 "Who sees a button"; 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 "X64puJfTk/kRnkRTvbdFUVqzE4IUoyxilF7ZnOMtkW72miDUYPZU9W/deMDLw9Rdnu+M9UCt5AsO0+xGkp8S9/2CZ4EGuPRz1hAFcxazxP2PbO72IAcALNlo3QiuvFIJk0aOhljgPymrA8P1ececQ7Ux2jSsYrV8lTLuFm0Dmj/z6nDU65zEkFcHFYsrOGOl3p+HT9f0jt1eGezoYSKJd5+HvY31i5jdaDDiSAz5luxhQMzYZ8mTvxLIR4FC9C7or70gRpj/c/yx+nwkN4UcF7PqE1s6cKv06+XwHtCbF6nd02PWfSb+QhdekSkoWp5Fqiro98V0C6Wo+2tDvmPJFQ=="; npx:hasSignatureTarget this:; npx:signedBy . }