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

A nanopublication is shown by its label wherever it is listed, so give it one. The label is taken, in order, from a label on the nanopublication itself, a title on it, a label or title on its assertion, and finally the label of the thing it introduces — so a nanopublication that introduces a labelled term needs no label of its own. Templates can name the nanopublication after one of its fields. A missing label leaves the nanopublication listed by its address, which nobody can read.

"; gen:hasPositionString "050" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T12:16:50Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Labels"; 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 "Qwoqg0s1bcMNA/f180vBqOjcllfuho8CYIt0EpfITtsd1+iCJyvZy2ePUdeq38V/IOM+bQad8aPb1cCAdTGBJzcAGt6HRqcUaNgPKbH3WmMGIR8P5TAQ1TLEVuVbXm2VXYeW1akkNumZGX0z7E4axBao5WErTN0wmV8NtAhJGHnSbkhp82jj6kA6x2vPjL6gIvRogZPNXSb3MHLjOql9wscyzuH8aB78aA/I2CZB87HDrdASql8/fu3YY75McXZHx+90yk4WO2mBQ+Z6kTpOVqqQCzi4w5gUhPz/90XLvJjNlhpahf/4EtN7Ix+7sgeBv5zbO5CHn8UuoEafgSlKKg=="; npx:hasSignatureTarget this:; npx:signedBy . }