@prefix dct: .
@prefix orcid: .
@prefix this: .
@prefix sub: .
@prefix schema: .
@prefix np: .
@prefix owl: .
@prefix npx: .
@prefix pplan: .
@prefix xsd: .
@prefix dul: .
@prefix rdfs: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubInfo .
}
sub:assertion {
pplan:bindsTo
sub:result .
pplan:isStepOfPlan
sub:plan .
sub:LinguisticSystem a schema:ComputerLanguage;
rdfs:label "python";
rdfs:seeAlso ;
owl:versionInfo "3.7.9.final.0" .
sub:plan a pplan:Plan;
dct:description """@is_fairworkflow(label='YAIB: Yet Another Image Blender (licence:cc0,author:rsiebes, date:06-05-2021 )')
def yaib_workflow(backgroundImg,foregroundImg):
blendedImg = mask_image(blur(backgroundImg),foregroundImg)
return blendedImg
""";
dct:language sub:LinguisticSystem;
rdfs:label "YAIB: Yet Another Image Blender (licence:cc0,author:rsiebes, date:06-05-2021 )" .
pplan:bindsTo
.
pplan:isStepOfPlan
sub:plan;
dul:precedes .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2021-06-14T16:35:43.957919"^^xsd:dateTime .
}
sub:pubInfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMaX0e6Wh4s+QVm3Ktqp6oO9YXldQJwAnPWzobW5b8TQvBgEFIwoWzZCHbGQinVFCKLFJ3bLjMtEwl1mCcSDeGTJQv1Hf7aM9LvicLHqOZOS5nOAE/e+ibOzXnSdQV6W7ooOBY368j76WGmMocEt/3mbGkQfhbgRGlYMyHtgTQfQIDAQAB";
npx:hasSignature "bvV/eblzrfH0Mdm+6he6bRqj9RFaFaqp8kphZp+V/Jm3ZtRiVisn0MEaeCsZbfaeOl5bEZzLamseenQzS/GJnsECueFQiCqN8rvSX0VLAoyM5q5C9pZ9uRTf+tzaY4MsPOmorr1wsvVkAKL5E0xaZF7+CZq4HO4lWN1Re/yQ+10=";
npx:hasSignatureTarget this: .
this: npx:introduces sub:plan;
prov:generatedAtTime "2021-06-14T16:35:43.957919"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}