@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:Preset; schema:title "Versions of a preset"; gen:hasContent "

A preset is versioned like a view, with a stable kind and successive versions. Assignments do not follow new versions on their own: an assignment pins the version it named, and moving to a newer one is a deliberate act — the About tab of a page shows when a newer version of an assigned preset exists, published by the same person as the assigned one, and offers to update.

"; gen:hasPositionString "030" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T12:16:17Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Versions of a preset"; 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 "QRm8yq9JTlIM05YnvIF20q8XQHJbvzZ+5Ki5NydxtjPEUsJS1u4XRjRhljLIb7QPpaS/ALltApG+5Gz/TsAwsL69pzyHy4nlx1VuwreTcQYwxYKpulHKObm8KMAPmP/U57eZd+pYPulibfkZukos+KYg8Ej4UDEJ/MQhOjjhoMRbQLr8nI5bnZQQWu5SR/kAhGIrAvZJha5vNyqnBGpV1yXDA4btnLtoPL6v/shLPRWAc4+SjBABYyocEthjFUMT1EcECn/vHHqoMNkPXqRo3VbY9FNpDJKTqp+5kREfvbU04qlRL8ADdUzSQafEjlYkvDs9Ed6Ugl04BW/JGalOtA=="; npx:hasSignatureTarget this:; npx:signedBy . }