@prefix dc: .
@prefix this: .
@prefix bpmn: .
@prefix np: .
@prefix p-plan: .
@prefix prov: .
@prefix xsd: .
@prefix npx: .
{
this: np:hasAssertion ;
np:hasProvenance ;
np:hasPublicationInfo ;
a np:Nanopublication .
}
{
dc:description
"""@FairStep(fw)
def add(int1, int2):
\"\"\"
Add two integers together (int1 and int2).
\"\"\"
result = int1 + int2
return result
""";
p-plan:hasInputVar ,
;
a p-plan:Step, bpmn:scriptTask .
a p-plan:Variable .
a p-plan:Variable .
}
{
prov:generatedAtTime
"2020-04-09T14:09:03.426524"^^xsd:date;
prov:wasAttributedTo ;
prov:wasDerivedFrom .
}
{
this:\#sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoZmUKAHAF0CY2sKahOanR1V8wP62NOw3G0wcVLULWxqXB/gcW25bGPcA5RKoiuhT6dUbfcRXmwLknE29h6KWfKYLtNaqdrHbjSnNC65dNmNxCNp0i6ZLZRh51mxw9IPJHZrDqQ9bcLwm9d1G1fDKasA+h1vrF3Hv1YrQsF9aW1QIDAQAB";
npx:hasSignature "HAvjhgmxa0izm0NJiNVvZCLau0b/0ERO7Gl72SbaaeiCnrsnjgjxCs3Rfl2pjTlPmYfkq71nmTDBFI9uAYT8bi3DsdnVuYaTXAWXPu/T7XiC0tYAgSWV2SaGaJM7gmOcGGJq1xyW87rq0ooXkdLfNG/D7wGf0ChTN4R9InFn8qM=";
npx:hasSignatureTarget this: .
this: prov:generatedAtTime "2020-04-09T14:09:03.426524"^^xsd:date;
prov:wasAttributedTo .
}