@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 npx:NanopubIndex; schema:title "Size and chaining"; gen:hasContent "

An index holds up to a thousand entries. A larger set is split into several indexes chained together, each appending to the previous, and an index can also include other indexes as sub-indexes, so a collection of any size has one top-level address. Tools follow the chain when they read the set.

"; gen:hasPositionString "020" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T12:17:00Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Size and chaining"; 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 "SulPTAh3w0TRkcGQkxSzsh977kO/im6aFOaO/UAOASJLmyDw0Bim8yFWpVT8Ni9fJ5bJteKeS88KGwyAwQJsOiEBT3TBFuIRRhKHFh7eeif2dlBmCIvVELF6m8PWtxSwAaM0oomyQT7e430cfBp0EMZpopMVXxfvZu6WbFzFNHRQx1o8SPKTVpMiEF3awnmwnH1qnNdTeKOo4atezHiVeGcbQD8OR1YzQ+Ay9eSAjKOJsDRT8ul/SDCrlvYuP158MK0botetqyQzRJdA8PiGkbgnUDxEbttIlPlhDgVHvEpNwum9A2xjCc4Y6aE58P6S/ZtHndPd+zuXSgfJ9HCK0Q=="; npx:hasSignatureTarget this:; npx:signedBy . }