@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 nt:NanopubTemplate; schema:title "Optional, repeatable and grouped statements"; gen:hasContent """

A statement typed nt:OptionalStatement may be left empty, and is then simply absent from the published nanopublication. One typed nt:RepeatableStatement can be filled more than once, which gives the form an \"add another\" control.

A statement typed nt:GroupedStatement contains other statements, again listed with nt:hasStatement, and they are filled and repeated together as a unit. A group is how a template expresses a small record with several fields — say, an action with its label, its template and who may see it — rather than a single triple. An optional group can be left out as a whole.

"""; gen:hasPositionString "040" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T10:15:50Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Optional, repeatable and grouped statements"; 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 "lONtFCQNrHC4WCJPftJeHr6gQwoyo8j0n1bMBYnodLln5y5c4Yd0HXCqSkaaOiU+E03xr4DR8LiuYt3CNAJyq1qvarDcIuNXiW5GEnc7jbzwuovXTSs+2UzA9wEnRPX7Z9wZ4yePKys2KXoxoImCIdOBYBmnALj+MLhJbhIDbBtL7Xb19F465dbA/WniBYFiLd59pAs2mhWU9M2zgxhv3Us143/mJRkoQiSgDtRly24BLozjB+0F9Yc+w9NHsuHpjnhOpJGN2ixiDO3dgUuXsKEEcf2XoEn0mRKEVI5PDcEVIX8ezmv9dTpCujcZ/ktjrUN2qD1fX4K+4iZwjOKCvg=="; npx:hasSignatureTarget this:; npx:signedBy . }