@prefix dct: <
http://purl.org/dc/terms/
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix this: <
http://purl.org/np/RA68leeu82yWPFOpGNV-xqUmUibxxWaKQGCDsNEsWQJ9g
> .
@prefix sub: <
http://purl.org/np/RA68leeu82yWPFOpGNV-xqUmUibxxWaKQGCDsNEsWQJ9g#
> .
@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 pplan: <
http://purl.org/net/p-plan#
> .
@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.9.final.0" .
sub:angle_rotation
a
pplan:Variable
;
rdfs:comment
"None" ;
rdfs:label
"angle_rotation" .
sub:image
a
pplan:Variable
;
rdfs:comment
"None" ;
rdfs:label
"image" .
sub:out1
a
pplan:Variable
;
rdfs:comment
"None" ;
rdfs:label
"out1" .
sub:step
dct:description
"""@is_fairstep(label='Awesome step for rotating an image by any angle')
# Give it your own name:
def rotate_image(image, angle_rotation):
new_image = image.rotate(angle=angle_rotation)
return new_image
""" ;
dct:language
sub:LinguisticSystem
;
pplan:hasInputVar
sub:angle_rotation
,
sub:image
;
pplan:hasOutputVar
sub:out1
;
a
bpmn:ScriptTask
,
pplan:Step
;
rdfs:label
"Awesome step for rotating an image by any angle" .
}
sub:provenance
{
sub:assertion
prov:generatedAtTime
"2021-06-14T16:27:59.547649"^^
xsd:dateTime
.
}
sub:pubInfo
{
sub:assertion
prov:wasDerivedFrom
<
http://purl.org/np/RAS6cEakyuvBJ8gmPJpkQNjS9z6F2W1kI6Oh1J28k1DJ0
> .
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPAyJFCA2/PdKLTXBCgKMLwE6LPIGMm9gINqjvPvOQVp2oZ0ZqB0v7Y/b7FqF90XUvbztM+GW5dsmMQUeuF+fty/5f2udsUnfHRmJQKiHxPNk9hdHwW5+1Tegh9dhwyPjJDWnGq36d+2j/EDIXqNiLI4xru5NY4G0c4FcS8YQRCQIDAQAB" ;
npx:hasSignature
"MTMsjpqc7gzvg6oNDdd80do8OtK7Xonm1ZiFVsChusLLgkwZNf3rAgb8hxkBJcWdIYV99heIcYqnQuRLb4WD1GcjZz4DkHZd6vyGeaswpXtVh7Fot2RNZDhX1pV4WyRKrTJraSZ691IYdFYYkfOcB6hK/raZh7NDfckqqEZTQ1c=" ;
npx:hasSignatureTarget
this:
.
this:
npx:introduces
sub:step
;
prov:generatedAtTime
"2021-06-14T16:27:59.547649"^^
xsd:dateTime
;
prov:wasAttributedTo
orcid:0000-0000-0000-0000
.
}