@prefix dcterms: .
@prefix p-plan: .
@prefix orcid: .
@prefix this: .
@prefix sub: .
@prefix schema: .
@prefix bpmn: .
@prefix np: .
@prefix owl: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubInfo;
a np:Nanopublication .
}
sub:assertion {
sub:LinguisticSystem a schema:ComputerLanguage;
rdfs:label "python";
rdfs:seeAlso ;
owl:versionInfo "3.7.3.final.0" .
sub:image a p-plan:Variable;
rdfs:comment "None";
rdfs:label "image" .
sub:out1 a p-plan:Variable;
rdfs:comment "None";
rdfs:label "out1" .
sub:step dcterms:description """@is_fairstep(label='Put here a name of your awesome step (include the word awesome so others will find it)')
# Give it your own name:
def my_awesome_step(image):
from PIL import Image
# new_image = ....
return new_image
""";
dcterms:language sub:LinguisticSystem;
p-plan:hasInputVar sub:image;
p-plan:hasOutputVar sub:out1;
a bpmn:ScriptTask, p-plan:Step;
rdfs:label "Put here a name of your awesome step (include the word awesome so others will find it)" .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2021-05-26T13:28:53.578371"^^xsd:dateTime .
}
sub:pubInfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC0vGLi6I00aJDyrPKXUwKbfDgULg8XVL3qR9gXnMwdalewPNlUABR74s4K6oUVPUlhCNfBaRZwLSR9q/Vty6DZ8UcChTt1k/PB0AHCykOhju+e1Dt6k7z5CA2H+lgis99K9SLd0WqFVG0kUo1c7tTu62BQpq8PG4JplpQV4BX7FQIDAQAB";
npx:hasSignature "mK2EosX+8iGNz+1OsB+Yu/aOLcTwVTPQiyGHWYaIab8HutLWp0u+LXD4WTKmMcmy1+G3j6RBNZBclICLhHQhLTy2fnETzNcNXWTFalje/ct1USu9IkghboBQoaYy+tvbKlj2htGV4wZz77d395GCdXeXVPr//t02r+kw0j4crLg=";
npx:hasSignatureTarget this: .
this: npx:introduces sub:step;
prov:generatedAtTime "2021-05-26T13:28:53.578371"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}