[ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#provenance", "@graph": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#assertion", "http://www.w3.org/ns/prov#generatedAtTime": [ { "@value": "2020-05-13T14:28:34.201075", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } ], "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#experimentScientist" } ], "http://www.w3.org/ns/prov#wasDerivedFrom": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#experiment" } ] } ] }, { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#Head", "@graph": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#pubInfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] }, { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#pubInfo", "@graph": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#sig", "http://purl.org/nanopub/x/hasAlgorithm": [ { "@value": "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey": [ { "@value": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoZmUKAHAF0CY2sKahOanR1V8wP62NOw3G0wcVLULWxqXB/gcW25bGPcA5RKoiuhT6dUbfcRXmwLknE29h6KWfKYLtNaqdrHbjSnNC65dNmNxCNp0i6ZLZRh51mxw9IPJHZrDqQ9bcLwm9d1G1fDKasA+h1vrF3Hv1YrQsF9aW1QIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature": [ { "@value": "FIoM/r898y+QePyuKwIJaDg9CKj3LM7ABEd3B3XMdSTsEBH+sc5SRnse+ITFGwHPF+4PrfS/5bymN/WpMpg/jWErhw98BqChEy5MqmHyMD/pALkfA4iVZoPk9+Tcv1NRkJAuEFpKMnCwQ/0qK2X2mZ04l9cpHa88jleJ2/TAF3o=" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg" } ] }, { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg", "http://www.w3.org/ns/prov#generatedAtTime": [ { "@value": "2020-05-13T14:28:34.201075", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } ], "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#DrBob" } ] } ] }, { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#assertion", "@graph": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#cat", "@type": [ "http://purl.org/net/p-plan#Variable" ] }, { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#dog", "@type": [ "http://purl.org/net/p-plan#Variable" ] }, { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#step", "http://purl.org/dc/elements/1.1/description": [ { "@value": "@FairStep(fw)\ndef add(dog, cat):\n \"\"\"\n Add two integers together (dog and cat).\n \"\"\"\n result = dog + cat\n return result\n" } ], "http://purl.org/net/p-plan#hasInputVar": [ { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#cat" }, { "@id": "http://purl.org/np/RA3qYALUYBBUoJIxel364Fx_wybIsOl5GW0dxWtaFFakg#dog" } ], "@type": [ "http://purl.org/net/p-plan#Step", "https://www.omg.org/spec/BPMN/scriptTask" ] } ] } ]