@prefix this: <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g> .
@prefix bpmn: <https://www.omg.org/spec/BPMN/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix ns1: <http://purl.org/dc/elements/1.1/> .
@prefix p-plan: <http://purl.org/net/p-plan#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
<http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/Head> {
  this: np:hasAssertion <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/assertion> ;
    np:hasProvenance <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/provenance> ;
    np:hasPublicationInfo <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/pubInfo> ;
    a np:Nanopublication .
}
<http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/assertion> {
  <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/mult/> ns1:description """@FairStep(fw)
def mult(int1, int2):
    \"\"\"
        Multiply two integers together (int1 and int2).
    \"\"\"
    result = int1 * int2
    return result
""" ;
    p-plan:hasInputVar <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/mult/int1> , <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/mult/int2> ;
    a p-plan:Step , bpmn:scriptTask .
  <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/mult/int1> a p-plan:Variable .
  <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/mult/int2> a p-plan:Variable .
}
<http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/provenance> {
  <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/assertion> prov:generatedAtTime "2020-04-09T14:09:04.656663"^^xsd:date ;
    prov:wasAttributedTo <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/experimentScientist> ;
    prov:wasDerivedFrom <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/experiment> .
}
<http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/pubInfo> {
  <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#sig> npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoZmUKAHAF0CY2sKahOanR1V8wP62NOw3G0wcVLULWxqXB/gcW25bGPcA5RKoiuhT6dUbfcRXmwLknE29h6KWfKYLtNaqdrHbjSnNC65dNmNxCNp0i6ZLZRh51mxw9IPJHZrDqQ9bcLwm9d1G1fDKasA+h1vrF3Hv1YrQsF9aW1QIDAQAB" ;
    npx:hasSignature "g165IZJXb844E8F/PTyTh43OfqspvZgtamBsTXd0NixDrOBlxfN6ftYozHXFy59GHfQIHYyN3lY5BHHu7LuXanpWRoIC/j/F5bidNaBPUQO+VMCaQkiTIEttYBlemPmb2r8hWpElKeZ0BexhjC25Rb8S4m8Jgt8Xc6+EbyieykE=" ;
    npx:hasSignatureTarget this: .
  this: prov:generatedAtTime "2020-04-09T14:09:04.656663"^^xsd:date ;
    prov:wasAttributedTo <http://purl.org/np/RANhYfdZCVDQr8ItxDYCZWhvBhzjJTs9Cq-vPnmSBDd5g#/DrBob> .
}