@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix p-plan: <
http://purl.org/net/p-plan#
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix this: <
http://purl.org/np/RALKAmEYucx3XW8MRFEkGy4ymF-nhPI8TQJwiWvhyHVeQ
> .
@prefix sub: <
http://purl.org/np/RALKAmEYucx3XW8MRFEkGy4ymF-nhPI8TQJwiWvhyHVeQ#
> .
@prefix schema: <
https://schema.org/
> .
@prefix bpmn: <
http://dkm.fbk.eu/index.php/BPMN2_Ontology#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix owl: <
http://www.w3.org/2002/07/owl#
> .
@prefix npx: <
http://purl.org/nanopub/x/
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@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.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='Awesome step for rotating an image')
# Give it your own name:
def rotate_image(image):
from PIL import Image
new_image = Image.rotate(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
"Awesome step for rotating an image" .
}
sub:provenance
{
sub:assertion
prov:generatedAtTime
"2021-05-31T10:49:09.608954"^^
xsd:dateTime
.
}
sub:pubInfo
{
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdVnwm9U6RsHulqakVBWBGmrclTfYPaVWW/DPGEd0a3tMMC68N+JM0R9oJMyrEUktbxkjZ8+P53x+6vL1JH3tuD9H98gvry8kH99lyIlWyR+KfPYjXzEIgsWd2n7wlldh5OtviLWOLObPus5wuP/l7RSbG1+ow/EF0PTqvRK/TKQIDAQAB" ;
npx:hasSignature
"T1BGjJgXPhowYUdHE1yCd6pgu7gbb87yl9O3sGdh90MESZDht790DhGUMMV36SpzmRGJ0Umw3Pe3QIB+czp0mrD1P2P9EVsom1f23fG1/dm/E4ut7Kr01AiTpyhi7/35p7zxwlqk28NnLc+fjHqgYVa7vuFzjTEVJHepbnd2fEM=" ;
npx:hasSignatureTarget
this:
.
this:
npx:introduces
sub:step
;
prov:generatedAtTime
"2021-05-31T10:49:09.608954"^^
xsd:dateTime
;
prov:wasAttributedTo
orcid:0000-0000-0000-0000
.
}