@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 "Prefixes on URI fields"; gen:hasContent """

nt:hasPrefix puts a fixed beginning in front of a URI field, so the user only types what comes after it, and nt:hasPrefixLabel gives that beginning a readable name in the form.

The prefix may also contain a token standing for wherever the form was opened: ~~SPACE~~ for the current space, and ~~NAMESPACE~~ for the namespace of the current maintained resource. A template using these mints new resources under the space or vocabulary the user is working in, rather than under a namespace fixed when the template was written. If the form is opened without such a context, it shows a picker to choose one.

"""; gen:hasPositionString "140" . } 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 "Prefixes on URI fields"; 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 "hYb9fBprmVOEkCHXpSEagbc9BdGCXxa1jy4UQSYD+LQGCpPO8ggeRXQ5YXgdYoXz+YfPLL7IsWZnLmHv/OCMAeemzGNwqKadJ1daK9PaDJr2q8GiqqLFamfDWtCrmRl5wmbQW93FFT53LPyaxFru3LexPfHDYjxU6XH4r30ao4vfGzA6fJRL3M27+2JEFPpCTWnhGAddpuW+1JuijYJBupyazT3UoHyAgwOBL6j0x9BI/to0inevDcrG4oh5zeEdChv7usr/aHLN6lWg18jWezY3R8kQz9Rqk5x4f2ch+msSkf6tkyrT2UOYU8ypjtDWvjSELNTNZyzwm/G6KjWL7w=="; npx:hasSignatureTarget this:; npx:signedBy . }