@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:assertion dct:creator orcid:0000-0002-1784-2920; ; rdfs:comment "This paper explains what is needed to make research workflows reproducible and how the Galaxy Project implemented it." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920 . } sub:pubinfo { orcid:0000-0002-1784-2920 foaf:name "Anne Fouilloux" . this: dct:created "2025-07-07T14:07:14.203Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1784-2920; dct:license ; npx:hasNanopubType ; npx:wasCreatedAt ; rdfs:label "cites as recommended reading dint_a_00136"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate ns1:RAVEpTdLrX5XrhNl_gnvTaBcjRRSDu_hhZix8gu2HO7jI . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB"; npx:hasSignature "wG+e17KB9qY0MBGjgzzbFby2dmGJP2CQY3nTlc/aT6hSbMVVXWZcp2NcDZ82cmEw/YvyCtGyhcBRls9IRaEHgUFl/ZiZ3yNLsYiMG7dpbJg0Cv/0ykVSuxaeZ8UwbYGMqYCACuGsM/pqHDQu9JePPqBmV+1DhTTtSlxlMOT7HbE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1784-2920 . }