@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:ViewDisplay; schema:title "Where the page's views come from"; gen:hasContent "

What a page shows is the sum of three things: views built into Nanodash for that page type, views attached by displays, and views brought by presets. Displays and presets draw from one pool: for each view kind and page, the newest decision — a display, or a preset assignment — is the one in force. So a later display can switch off a view a preset brought, and a later preset can override an earlier display. The page's About tab lists them all, and says which is in effect.

"; gen:hasPositionString "050" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T12:16:04Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Where the page's views come from"; 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 "DK6W6K764nwskD7JHcUmclhUfqTNBU//jvcW1NWXCXJTYxPAKNaIbaKxIrH6zUwg3WWBEofWXskTai2VLIchursYqrxANOhCLfDry+q/V5RIzUjX9yMJXaBnqYw3puwcpcCv85sVxjMjSOn8dUpjAKkLFd7yJkYf146hdMa3RBcRqO3h8ttdmRkqmTWrub8mLBOx3zWov+f4qeAdKQzLdEj436pC35UeW18yAknByRMWNBMkXPKJ723cLa5tpABRMLeiK3cILW/3IJClD/wLD8kHsFAdfsZVjtGMqqcR1nMZXElQ/ETmQ5jEUFX2/ywHZgKSo3wAIm8WvF0ZYzPGqw=="; npx:hasSignatureTarget this:; npx:signedBy . }