@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:ResourceView; schema:title "Position, width and size"; gen:hasContent """

Views are laid out in sections down the page, and within a section from left to right. A view's position is a short code such as 4.2.members: the first digit is the section, the second orders views within it, and the rest is a name for readability. Sections 3 to 7 are in use, from an introduction section at the top to a closing one at the bottom; the default is 5.5.default.

A view may take the full width or a fraction of it, given in twelfths, so two half-width views sit side by side. Long results are paged; the page size is the view's to set. A display can override all three for one resource.

"""; gen:hasPositionString "050" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T12:17:36Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Position, width and size"; 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 "ZBulsji6jRPm4S1ejmEuEmqsKwVPcxtuukDNtIsvf5ZzZOVz9E4ig2ldG26DyiUiGwJly6aX1mu9Zh9bB3hhQ10GRj599XQTcwgLpyqDWGGat4kHCnnscuQVwCXBTWRnoOXd5swSpEHzPaeLnZxzYPQpjFXc+fG+uhN1Wl2mutJNryHIGJtdk9ptnI2krxdjsV5JRhi+z1xGyxg1xv92zcY3LipLMYcOfrBBdCFk/opIjos3GG3dVfPorOSGaxAw0iyUL9SWoqMwT7SFAdIjGlnu7rmpDQAzJi1oLYcxnGnpqaUs3s27SGcnLn/mFRw2z7glXjgPYRGFCgrVkagdng=="; npx:hasSignatureTarget this:; npx:signedBy . }