@prefix dcterms: .
@prefix orcid: .
@prefix this: .
@prefix sub: .
@prefix schema: .
@prefix bpmn: .
@prefix np: .
@prefix owl: .
@prefix npx: .
@prefix pplan: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubInfo .
}
sub:assertion {
sub:LinguisticSystem a schema:ComputerLanguage;
rdfs:label "python";
rdfs:seeAlso ;
owl:versionInfo "3.7.0.final.0" .
sub:image1 a pplan:Variable;
rdfs:comment "None";
rdfs:label "image1" .
sub:image2 a pplan:Variable;
rdfs:comment "None";
rdfs:label "image2" .
sub:out1 a pplan:Variable;
rdfs:comment "None";
rdfs:label "out1" .
sub:step a bpmn:ScriptTask, pplan:Step;
dcterms:description """@is_fairstep(label='An awesome step for creating composite image by blending images using a transparency mask')
def mask_image(image1,image2):
from PIL import Image
mask = Image.new(\"L\", image1.size, 128)
new_image = Image.composite(image1, image2, mask)
return new_image
""";
dcterms:language sub:LinguisticSystem;
pplan:hasInputVar sub:image1, sub:image2;
pplan:hasOutputVar sub:out1;
rdfs:label "An awesome step for creating composite image by blending images using a transparency mask" .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2021-05-19T13:53:10.987079"^^xsd:dateTime .
}
sub:pubInfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDXN4+Lgjiby7GIe7lqlo8YV8HQjLBJOG5peGarEdyWU+FapIlKKZTtfbdmyzNLOrcRCMvuxwc4IxpI1m9+/H4H/8BuZWkF0/UvGWF4clG8vhGJcKvZHp4ttwZMRvyNvb6DqBsRV4W/uU+VMEh+h4ooxqbAwXTj3T08fHKTxA2EwQIDAQAB";
npx:hasSignature "i7Frgo3Jtxev8/91/BvYTYLzx01arZLo70124EFSeEtsO2Z4UHimy1D+fnI1p11WbnJYVzybraZoy5Evu8Qf219gPj1rIoM4Hgz1+kNOt0s3kwX4PRMkVaqQPvWBq55SDrITrMSzJUHuExnDscl26C9cPmElwhZDmIMWnJSw+zo=";
npx:hasSignatureTarget this: .
this: npx:introduces sub:step;
prov:generatedAtTime "2021-05-19T13:53:10.987079"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0001-9493-3167 .
}