[ { "@graph" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk", "@type" : [ "http://www.nanopub.org/nschema#Nanopublication" ], "http://www.nanopub.org/nschema#hasAssertion" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#assertion" } ], "http://www.nanopub.org/nschema#hasProvenance" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#pubinfo" } ] } ], "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#Head" }, { "@graph" : [ { "@id" : "http://purl.org/np/RA21g8LjxFF1CkqZ_FDFtRqQL0Mv14mp-uAG4xvkoiL5w#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#_plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RA9UH4WC29slwDIntuQeTH_-IZFLTf5OzoJQ_GyLForek#step" } ] }, { "@id" : "http://purl.org/np/RA9UH4WC29slwDIntuQeTH_-IZFLTf5OzoJQ_GyLForek#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#_plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RAkklGSBBMEQsZqQTgjoM068WPkDGIXEcWKKB51akAOc4#step" } ] }, { "@id" : "http://purl.org/np/RAENxbkLRYxyh9Iio5M2YnJcYcG6_0297XJoAAmmLgwSM#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#_plan" } ], "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes" : [ { "@id" : "http://purl.org/np/RAkklGSBBMEQsZqQTgjoM068WPkDGIXEcWKKB51akAOc4#step" } ] }, { "@id" : "http://purl.org/np/RAkklGSBBMEQsZqQTgjoM068WPkDGIXEcWKKB51akAOc4#step", "http://purl.org/net/p-plan#isStepOfPlan" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#_plan" } ] }, { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#_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.9.15.final.0" } ] }, { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#_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) # 5\n t2 = sub(in1, in2) # -3\n t3 = weird(t1, in3) # 10 + 12 = 22\n t4 = mul(t3, t2) # 22 * -3 = 66\n return t4\n" } ], "http://purl.org/dc/terms/language" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#_LinguisticSystem" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "My Workflow" } ] }, { "@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/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#_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/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#assertion" }, { "@graph" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#assertion", "http://www.w3.org/ns/prov#generatedAtTime" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", "@value" : "2022-12-16T10:54:06.295889" } ] } ], "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#provenance" }, { "@graph" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk", "http://www.w3.org/ns/prov#wasAttributedTo" : [ { "@id" : "https://orcid.org/0000-0000-0000-0000" } ] }, { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#sig", "http://purl.org/nanopub/x/hasAlgorithm" : [ { "@value" : "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey" : [ { "@value" : "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlKZel+uM9w+JiWuhs0NHtaXdRrGkGAjvnnLFQL2nmgZDGIjX+is2YJBd6R2kBkr67lYiUDWdtih0F0yqUlAW5GdYUihk1MBiWyLe4RNt7I5iC/5wwK/i5vV6/YKa6Zwf4oymwChpdXddlKc6d73StgFqOafQPeNeBUHTZbkmUKFAqGXf0nAclB23DEeN5qVl6XRa1qqtL91AKW+UxTvlZR3pFNFn8xKTfbOSgmuAkYSUwJrp84rNI92qXYtOJ12oH0oT/enzcThxcfPLomGc9BMd+QBCj08LdrtuAArHzcivMKDzreDCD+haZ/GdObRWHpQ5O4bEWIx3dZVQq7t0KQIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature" : [ { "@value" : "VRegiRvJ1KmvAbmnQ7XA+J0s3UE8y6I+Ja3orAJaymJ6mrOsbWJzayfn1e7emz3uCVT8AotLWoPdmIk/JZWVzRDDPc3WqSM73goPlbqi/dG/DBXY6laB6z+ThEmNE2wVXNcrmY3RYWpCMitWmaY7tD8PjpMvpnQ5UZcTbMd0oJiw5v7TFHacWGJ7OMWi6+vVdz0S7C5BKPoJCc75CgRQ89uDn8aOKE1cGtP8KKwjrXORX3T7st6ZdxQT8xJUDA8bAV0D3mGD5ilYA5c3fbYRWMdBjF849Wn/v5U3PO8SGoNnaL/DIvFPNk9RLqxx9+0cM455wlPDfLre+/kfXw7T2g==" } ], "http://purl.org/nanopub/x/hasSignatureTarget" : [ { "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk" } ] } ], "@id" : "http://purl.org/np/RAzPECM9zn6gUzWQRiehSf_Vvz4P_pzaa113aDycQmIyk#pubinfo" } ]