@prefix dct: <
http://purl.org/dc/terms/
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix this: <
http://purl.org/np/RAfEwBGufKN0XMiJPFT90kIbuvy2dfFri0hPOcVX5t6Ko
> .
@prefix sub: <
http://purl.org/np/RAfEwBGufKN0XMiJPFT90kIbuvy2dfFri0hPOcVX5t6Ko#
> .
@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#
> .
@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
{
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='Combines two images together by overlapping them')
def my_image_overlap_workflow(image1, image2):
blurred_img = blur(image1)
overlapped_image = blend_image(blurred_img, image2)
return overlapped_image
""" ;
dct:language
sub:LinguisticSystem
;
a
pplan:Plan
;
rdfs:label
"Combines two images together by overlapping them" .
<
http://purl.org/np/RAs84-savAYirPuqCxxnMFtLBfZu4neDbOD131OpptLHM#out1
>
pplan:bindsTo
sub:result
.
<
http://purl.org/np/RAs84-savAYirPuqCxxnMFtLBfZu4neDbOD131OpptLHM#step
>
pplan:isStepOfPlan
sub:plan
.
<
http://purl.org/np/RAwvBwsMVAYr91iI50980lB2q-pp2dWYNk4ikvYrSn3LY#out1
>
pplan:bindsTo
<
http://purl.org/np/RAs84-savAYirPuqCxxnMFtLBfZu4neDbOD131OpptLHM#im1
> .
<
http://purl.org/np/RAwvBwsMVAYr91iI50980lB2q-pp2dWYNk4ikvYrSn3LY#step
>
pplan:isStepOfPlan
sub:plan
;
dul:precedes
<
http://purl.org/np/RAs84-savAYirPuqCxxnMFtLBfZu4neDbOD131OpptLHM#step
> .
}
sub:provenance
{
sub:assertion
prov:generatedAtTime
"2021-06-14T15:50:33.927900"^^
xsd:dateTime
.
}
sub:pubInfo
{
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCLhcv1SyvzcXgvMXEoNZBLxEmab0CGwZCTDKHjBwxqvchNBVkPtedUGxhxztFu+TkuvdeuaaO2Wn4DJYNkOjCJb/uQHHf8DwlBJ+Damvt4kUZO/AkZ9XIIAbYAizMZMdJmuB9qlv1aJ24fyib12hGLgpgI7Z2Cs5DK+s345J6B8QIDAQAB" ;
npx:hasSignature
"Tyw9u6eSw3it8c95L+lRqPAOvyyW1dqpZ9Pngd7cXiPLsk+ygsv1t2GopzD3MDvFdqUaOptiosI/ay1bjfItytSZCleCOwomKPOTkY+TPfzISyRmKh/RPVDJR+pY6FzoytCzurw45hxuPyJOeGRKdIKqnaBsCWNRQNvuphT+Eqc=" ;
npx:hasSignatureTarget
this:
.
this:
npx:introduces
sub:plan
;
prov:generatedAtTime
"2021-06-14T15:50:33.927900"^^
xsd:dateTime
;
prov:wasAttributedTo
orcid:0000-0000-0000-0000
.
}