@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:DocumentationTopic; schema:title "Ordering"; gen:hasContent """

Paragraphs are ordered by their position, a short text such as 030 compared letter by letter. Positions in tens leave room: a paragraph to go between 030 and 040 gets 035. Paragraphs without a position come first, in title order, so give every paragraph one.

A paragraph can be moved by editing its position, and a whole chapter renumbered the same way, one edit per paragraph.

"""; gen:hasPositionString "060" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T11:34:58Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Ordering"; 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 "bJ2+UgfzVnj/GLxxlG8nZYL8moexB6/oQBGa+LqVCCN2baWhdPaTZcjsc0hS36mUL8OQm7M/fPDsjLHOhGd4q7kbkVNTrGLOn93fRZ3KOEYCKqEFvtdXchoGDMCx2M8+dcZpJh5nJbDNcI61odGcrRG6eyAHPg0OArThNR8Y394SHjhcaStTgm5vXuL7h8LMjbcMXN1fNGAVMs5ZySUR0whXnO4h4zyedq8x08zI3/WQJE8Za7brcLotuOnKJl8bufViaSVhITu853ugL+4ras2EGPDYg3MnWDkwvyWd2ZXAoP5yF9WLT+nzuk6kuahZ7iJiFyAJUbO2YxXQl8zCMg=="; npx:hasSignatureTarget this:; npx:signedBy . }