@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix ns1: <
http://www.w3.org/ns/prov#
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix this: <
http://purl.org/np/RA9OpepA8ePKR_u4SYxOd-cg1glC7RUZjbDy5w_P1dEpk
> .
@prefix sub: <
http://purl.org/np/RA9OpepA8ePKR_u4SYxOd-cg1glC7RUZjbDy5w_P1dEpk#
> .
@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 dul: <
http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubInfo
;
a
np:Nanopublication
.
}
sub:assertion
{
<
http://purl.org/np/RA7QyROiC24Ej-lzZIYzlbDGZ5tPUDdaabLFgvCbDyRes#out1
>
pplan:bindsTo
<
http://purl.org/np/RA9RIQaYRuebpEQ9cAZw9KB-d0aq6zEu_oyYpZDcrl4AQ#image1
> .
<
http://purl.org/np/RA7QyROiC24Ej-lzZIYzlbDGZ5tPUDdaabLFgvCbDyRes#step
>
pplan:isStepOfPlan
sub:plan
;
dul:precedes
<
http://purl.org/np/RA9RIQaYRuebpEQ9cAZw9KB-d0aq6zEu_oyYpZDcrl4AQ#step
> .
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
dcterms: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
""" ;
dcterms:language
sub:LinguisticSystem
;
a
pplan:Plan
;
rdfs:label
"YAIB: Yet Another Image Blender (licence:cc0,author:rsiebes, date:06-05-2021 )" .
<
http://purl.org/np/RA9RIQaYRuebpEQ9cAZw9KB-d0aq6zEu_oyYpZDcrl4AQ#out1
>
pplan:bindsTo
sub:result
.
<
http://purl.org/np/RA9RIQaYRuebpEQ9cAZw9KB-d0aq6zEu_oyYpZDcrl4AQ#step
>
pplan:isStepOfPlan
sub:plan
.
}
sub:provenance
{
sub:assertion
ns1:generatedAtTime
"2021-06-29T15:09:01.867639"^^
xsd:dateTime
.
}
sub:pubInfo
{
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCv0G5BIY0o0/ONHMQIggW+QXHEUcQJpY0KT8sDouETxw576phhzXtm1MjbuWmBP7kgBlbyhhObr6+/wXbtcuaUlFPupbRtArO/N3C7rhadtd5ZKqyj8Je+ku8vt7DcfR3qBWyNxSGyUrVZaWfM+r1cr6X/CaT6KQqv+D9BWpyKZwIDAQAB" ;
npx:hasSignature
"cO5OFb/ES95U+OuMSCmnk9eV+kwQN0OZ+Gq0QF4WW1MWDfRSC++gJl/JJbO3AW74MACML0+3d6EoFtMxdSTfNviNRkSeoBOlgxPzOdAWw7zIitc8/6GbyWlnLlPKbDzUkp/bNX+JYcEpRk4p48/MQTBlQRyDHdycyHEzxohCeVs=" ;
npx:hasSignatureTarget
this:
.
this:
npx:introduces
sub:plan
;
ns1:generatedAtTime
"2021-06-29T15:09:01.867639"^^
xsd:dateTime
;
ns1:wasAttributedTo
orcid:0000-0000-0000-0000
.
}