@prefix this: . @prefix bpmn: . @prefix np: . @prefix ns1: . @prefix p-plan: . @prefix plex: . @prefix prov: . @prefix xsd: . @prefix npx: . this:\#%23Head { this: np:hasAssertion this:\#%23assertion; np:hasProvenance this:\#%23provenance; np:hasPublicationInfo this:\#%23pubInfo; a np:Nanopublication . } this:\#%23assertion { plex:add ns1:description """@FairStep(fw) def add(int1, int2): \"\"\" Add two integers together (int1 and int2). \"\"\" result = int1 + int2 return result """; p-plan:hasInputVar plex:int1, plex:int2; a p-plan:Step, bpmn:scriptTask . plex:int1 a p-plan:Variable . plex:int2 a p-plan:Variable . } this:\#%23provenance { this:\#%23assertion prov:generatedAtTime "2020-04-09T11:43:48.180067"^^xsd:date; prov:wasAttributedTo this:\#experimentScientist; prov:wasDerivedFrom this:\#experiment . } this:\#%23pubInfo { this:\#sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoZmUKAHAF0CY2sKahOanR1V8wP62NOw3G0wcVLULWxqXB/gcW25bGPcA5RKoiuhT6dUbfcRXmwLknE29h6KWfKYLtNaqdrHbjSnNC65dNmNxCNp0i6ZLZRh51mxw9IPJHZrDqQ9bcLwm9d1G1fDKasA+h1vrF3Hv1YrQsF9aW1QIDAQAB"; npx:hasSignature "Ng8+41AMD0S2be7qXIbYPSV82L2GA0gVx2XHmr+RaSGFKd6A1TzSmiufy4k+cF0zt0Ryq0Qva+jBzABHaTYNSuadazEYEtA7aScwUyqJW2DtMykERdABC2odp9yp4nOqjkBrrqg/uDgGYNqlst6w9jB6oSahbo6aOh3BXOwiH5Y="; npx:hasSignatureTarget this: . this: prov:generatedAtTime "2020-04-09T11:43:48.180067"^^xsd:date; prov:wasAttributedTo this:\#DrBob . }