@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 np:Nanopublication; schema:title "The provenance"; gen:hasContent """

The provenance part says where the assertion comes from. The two most common statements are prov:wasAttributedTo, naming the person or agent who made the assertion, and prov:wasDerivedFrom, pointing to a source such as a paper, a dataset, or another nanopublication.

Provenance is about the content, not about the act of publishing: a nanopublication that copies a claim from a paper attributes the claim to the paper here, while the person who did the copying appears in the publication info as the creator.

"""; gen:hasPositionString "040" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T11:17:58Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "The provenance"; 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 "RXsib6OQt+X++uuHtBPBTApCMN/WKphz6iHd8ojIlMwUJF7eWpLAYnzuHXP/qGBC7mXTxs8fIjDcBtZOss6YCS9aJoO581T2WMlz9x8+v6NDMh3LH04opcjh1JtmsQVhm1dUPptSISbuMyUlzBUSON9S1Y9UK6o3bLXyDcat9xWiYPlMBaKBhSe3dj7gJjYBm8UZA/p6Y67ZtD+fihEGmEpGrHZbzF6+PhevaOlY8B3SA1WUlvihb3hg5lIEwejripxOjnMaisSKg//P0AS+4zH/qa726Hpy+32XNIo05MqiW8Tb/W0NehwlQMcT7PvXIwYvnjvJ9aSKAusm70SoNg=="; npx:hasSignatureTarget this:; npx:signedBy . }