[ { "@graph" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw", "@type" : [ "http://www.nanopub.org/nschema#Nanopublication" ], "http://www.nanopub.org/nschema#hasAssertion" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#assertion" } ], "http://www.nanopub.org/nschema#hasProvenance" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#pubInfo" } ] } ], "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#Head" }, { "@graph" : [ { "@id" : "http://purl.org/np/RA-8tHcxzS7enRC9agT_fVui7mZ235evqc6PM3GYv23-A#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ] }, { "@id" : "http://purl.org/np/RAK_BA9mxFe2qNn-W8Ys_w04V_NoXz-3kYCuTYUtPqA7Q#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RA-8tHcxzS7enRC9agT_fVui7mZ235evqc6PM3GYv23-A#step" } ] }, { "@id" : "http://purl.org/np/RAeHzlVj0Dg6XgnrxTCqB97aBd05a7wiLEebY9qcKMpIU#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RA-8tHcxzS7enRC9agT_fVui7mZ235evqc6PM3GYv23-A#step" } ] }, { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#LinguisticSystem", "@type" : [ "https://schema.org/ComputerLanguage" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "python" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { "@id" : "https://www.wikidata.org/wiki/Q28865" } ], "http://www.w3.org/2002/07/owl#versionInfo" : [ { "@value" : "3.7.9.final.0" } ] }, { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan", "@type" : [ "http://purl.org/net/p-plan#Plan" ], "http://purl.org/dc/terms/description" : [ { "@value" : "@is_fairworkflow(label='My Workflow')\ndef my_workflow(in1, in2, in3):\n \"\"\"\n A simple addition, subtraction, multiplication workflow\n \"\"\"\n t1 = add(in1, in2)\n t2 = sub(in1, in2)\n t3 = mul(weird(t1, in3), t2)\n return t3\n" } ], "http://purl.org/dc/terms/language" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#LinguisticSystem" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "My Workflow" } ] }, { "@id" : "http://purl.org/np/RAmPVZzO8iOauvIKtR4fFp8ajkvw_BfyyO2852pFl6slM#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RAK_BA9mxFe2qNn-W8Ys_w04V_NoXz-3kYCuTYUtPqA7Q#step" } ] }, { "@id" : "http://www.example.org/unpublished-add#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://www.example.org/unpublished-weird#a" } ] }, { "@id" : "http://www.example.org/unpublished-mul#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#result" } ] }, { "@id" : "http://www.example.org/unpublished-sub#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://www.example.org/unpublished-mul#b" } ] }, { "@id" : "http://www.example.org/unpublished-weird#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://www.example.org/unpublished-mul#a" } ] } ], "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#assertion" }, { "@graph" : [ { "@id" : "http://purl.org/np/RA-8tHcxzS7enRC9agT_fVui7mZ235evqc6PM3GYv23-A#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ] }, { "@id" : "http://purl.org/np/RAK_BA9mxFe2qNn-W8Ys_w04V_NoXz-3kYCuTYUtPqA7Q#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RA-8tHcxzS7enRC9agT_fVui7mZ235evqc6PM3GYv23-A#step" } ] }, { "@id" : "http://purl.org/np/RAeHzlVj0Dg6XgnrxTCqB97aBd05a7wiLEebY9qcKMpIU#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RA-8tHcxzS7enRC9agT_fVui7mZ235evqc6PM3GYv23-A#step" } ] }, { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#LinguisticSystem", "@type" : [ "https://schema.org/ComputerLanguage" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "python" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { "@id" : "https://www.wikidata.org/wiki/Q28865" } ], "http://www.w3.org/2002/07/owl#versionInfo" : [ { "@value" : "3.7.9.final.0" } ] }, { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#assertion", "http://www.w3.org/ns/prov#generatedAtTime" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", "@value" : "2021-03-04T20:31:40.944402" } ] }, { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan", "@type" : [ "http://purl.org/net/p-plan#Plan" ], "http://purl.org/dc/terms/description" : [ { "@value" : "@is_fairworkflow(label='My Workflow')\ndef my_workflow(in1, in2, in3):\n \"\"\"\n A simple addition, subtraction, multiplication workflow\n \"\"\"\n t1 = add(in1, in2)\n t2 = sub(in1, in2)\n t3 = mul(weird(t1, in3), t2)\n return t3\n" } ], "http://purl.org/dc/terms/language" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#LinguisticSystem" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "My Workflow" } ] }, { "@id" : "http://purl.org/np/RAmPVZzO8iOauvIKtR4fFp8ajkvw_BfyyO2852pFl6slM#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RAK_BA9mxFe2qNn-W8Ys_w04V_NoXz-3kYCuTYUtPqA7Q#step" } ] }, { "@id" : "http://www.example.org/unpublished-add#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://www.example.org/unpublished-weird#a" } ] }, { "@id" : "http://www.example.org/unpublished-mul#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#result" } ] }, { "@id" : "http://www.example.org/unpublished-sub#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://www.example.org/unpublished-mul#b" } ] }, { "@id" : "http://www.example.org/unpublished-weird#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://www.example.org/unpublished-mul#a" } ] } ], "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#provenance" }, { "@graph" : [ { "@id" : "http://purl.org/np/RA-8tHcxzS7enRC9agT_fVui7mZ235evqc6PM3GYv23-A#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ] }, { "@id" : "http://purl.org/np/RAK_BA9mxFe2qNn-W8Ys_w04V_NoXz-3kYCuTYUtPqA7Q#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RA-8tHcxzS7enRC9agT_fVui7mZ235evqc6PM3GYv23-A#step" } ] }, { "@id" : "http://purl.org/np/RAeHzlVj0Dg6XgnrxTCqB97aBd05a7wiLEebY9qcKMpIU#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RA-8tHcxzS7enRC9agT_fVui7mZ235evqc6PM3GYv23-A#step" } ] }, { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw", "http://purl.org/nanopub/x/introduces" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ], "http://www.w3.org/ns/prov#generatedAtTime" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", "@value" : "2021-03-04T20:31:40.944402" } ], "http://www.w3.org/ns/prov#wasAttributedTo" : [ { "@id" : "https://orcid.org/0000-0000-0000-0000" } ] }, { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#LinguisticSystem", "@type" : [ "https://schema.org/ComputerLanguage" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "python" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { "@id" : "https://www.wikidata.org/wiki/Q28865" } ], "http://www.w3.org/2002/07/owl#versionInfo" : [ { "@value" : "3.7.9.final.0" } ] }, { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan", "@type" : [ "http://purl.org/net/p-plan#Plan" ], "http://purl.org/dc/terms/description" : [ { "@value" : "@is_fairworkflow(label='My Workflow')\ndef my_workflow(in1, in2, in3):\n \"\"\"\n A simple addition, subtraction, multiplication workflow\n \"\"\"\n t1 = add(in1, in2)\n t2 = sub(in1, in2)\n t3 = mul(weird(t1, in3), t2)\n return t3\n" } ], "http://purl.org/dc/terms/language" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#LinguisticSystem" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "My Workflow" } ] }, { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#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" : "Y39fFKlFQFUWqodAHWtPKYTHF8XLSvljfbKKK7pLZs3JbZ7Tb7JUy2HHwWFye9HwvS2xkxdx2wJkvEOZFCaDmJk98C9BDluz/Mxj2xVCjqAyypsARGz4FcI1tfOiH9HQLJ3eedBC1O2htkbdZaw0vAImcSdFfZC1jeORTnXdQdo=" } ], "http://purl.org/nanopub/x/hasSignatureTarget" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw" } ] }, { "@id" : "http://purl.org/np/RAmPVZzO8iOauvIKtR4fFp8ajkvw_BfyyO2852pFl6slM#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RAK_BA9mxFe2qNn-W8Ys_w04V_NoXz-3kYCuTYUtPqA7Q#step" } ] }, { "@id" : "http://www.example.org/unpublished-add#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://www.example.org/unpublished-weird#a" } ] }, { "@id" : "http://www.example.org/unpublished-mul#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#result" } ] }, { "@id" : "http://www.example.org/unpublished-sub#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://www.example.org/unpublished-mul#b" } ] }, { "@id" : "http://www.example.org/unpublished-weird#out1", "http://purl.org/net/p-plan#bindsTo" : [ { "@id" : "http://www.example.org/unpublished-mul#a" } ] } ], "@id" : "http://purl.org/np/RAgQgwNMA4qbouAZQJ1NWTXwgQE1oYhZGrahbpiQBX7Dw#pubInfo" } ]