@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 "Adjusting a view for one page"; gen:hasContent "

A display may override the view's own settings for its page: the position, the width, the page size, the title. The view keeps its defaults everywhere else. This is how the same view can be a full-width section on one page and a narrow side panel on another.

"; gen:hasPositionString "030" . } 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 "Adjusting a view for one page"; 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 "R6r7ktS8Z4VA+sEhLBTHvbThAAC/kFZ7Y6ahI9lD3Ei4Z+ti5GpwNLbfA9GN/iMx8zcw8px0RAg1L2IjvVnu60GmWnpOUGLT8X08XlPUBO830TnsBu+60pDtCE0WBGgfC8rqbtrNm2MWos22tKauLaIe4drxLk6eGf9w+xFP/w80p6wonDPDSHSQ/EmqNaOkuEsoTVOSO5lDGe345xyHKf35LEpgVQjOcJXdVya8gXKlLEDjc7BZpAQyXywyWM082YZpuRo49W0dY0K6uCnD+CjkaPw812dLBMhWIg4369/uQzxF5sIMXVCHkiZJWdkYyE0UDYAh+Yxx7F2la76nIw=="; npx:hasSignatureTarget this:; npx:signedBy . }