@prefix dct: <
http://purl.org/dc/terms/
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix this: <
http://purl.org/np/RAPVzWqnGweopmSGFWfRY9lvI5bj-Tt-l-95r9MLF32i4
> .
@prefix sub: <
http://purl.org/np/RAPVzWqnGweopmSGFWfRY9lvI5bj-Tt-l-95r9MLF32i4#
> .
@prefix schema: <
https://schema.org/
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix owl: <
http://www.w3.org/2002/07/owl#
> .
@prefix npx: <
http://purl.org/nanopub/x/
> .
@prefix pplan: <
http://purl.org/net/p-plan#
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubInfo
;
a
np:Nanopublication
.
}
sub:assertion
{
<
http://purl.org/np/RA8OeptEHbhp-OyaYbAt18lnInxpr3DI6fLkZI39ane_s#out1
>
pplan:bindsTo
sub:result
.
<
http://purl.org/np/RA8OeptEHbhp-OyaYbAt18lnInxpr3DI6fLkZI39ane_s#step
>
pplan:isStepOfPlan
sub:plan
.
sub:LinguisticSystem
a
schema:ComputerLanguage
;
rdfs:label
"python" ;
rdfs:seeAlso
<
https://www.wikidata.org/wiki/Q28865
> ;
owl:versionInfo
"3.7.9.final.0" .
sub:plan
dct:description
"""@is_fairworkflow(label='My awesome workflow')
def my_awesome_workflow(im_in):
im_out=my_awesome_stepaww(im_in)
return im_out
""" ;
dct:language
sub:LinguisticSystem
;
a
pplan:Plan
;
rdfs:label
"My awesome workflow" .
}
sub:provenance
{
sub:assertion
prov:generatedAtTime
"2021-06-14T13:54:17.972676"^^
xsd:dateTime
.
}
sub:pubInfo
{
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQClpbyhrv4QAxZqYfUrDxnoDtl+Bbsa8OWVR4Aq2YZaKdfKJ1QkoiOquFw2obzNo2fKQz4GtP7pU2yY2cMyLvUIYoID+cvZdSVobTBVS5Rolho5P9RqVV8LMxEAn7n6bOkUo4RqV5Kt/olfMLkoGleyNXhvpwCGsVVxZLbyQ82pKQIDAQAB" ;
npx:hasSignature
"YNaUNli5gCmKGDg7u2wsHHbfNWuNKIOINnDqrQAct47nniwdkIUzec6GiO7ZqLb1AHH24J52LrlMUyIe5dYNW/ZicOhcn9rZU3XbUcp9ItOh4p5DYwr3TpH3dXYQWN9RsWzCIQFZYWatLV9rkeCk5zYppkcWsxIzUCNiNvJnzZM=" ;
npx:hasSignatureTarget
this:
.
this:
npx:introduces
sub:plan
;
prov:generatedAtTime
"2021-06-14T13:54:17.972676"^^
xsd:dateTime
;
prov:wasAttributedTo
orcid:0000-0000-0000-0000
.
}