@prefix this: <http://purl.org/np/RA8ni1mvXvKbOfrqJtQB23AWZypXZkJRzfYTZZTFbheIo> .
@prefix sub: <http://purl.org/np/RA8ni1mvXvKbOfrqJtQB23AWZypXZkJRzfYTZZTFbheIo#> .
@prefix schema: <https://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dc1: <http://purl.org/dc/terms/> .
@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 {
  <http://purl.org/np/RA68leeu82yWPFOpGNV-xqUmUibxxWaKQGCDsNEsWQJ9g#out1> pplan:bindsTo <http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#image> .
  <http://purl.org/np/RA68leeu82yWPFOpGNV-xqUmUibxxWaKQGCDsNEsWQJ9g#step> pplan:isStepOfPlan sub:plan ;
    dul:precedes <http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#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 dc1:description """@is_fairworkflow(label='Awesome workflow for rotating and adding text to image')
def wf_t3(im_in, angle):
    rotated_image = rotate_image(im_in, angle)
    im_out = add_text_into_image(rotated_image)
    return im_out
""" ;
    dc1:language sub:LinguisticSystem ;
    a pplan:Plan ;
    rdfs:label "Awesome workflow for rotating and adding text to image" .
  <http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#out1> pplan:bindsTo sub:result .
  <http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#step> pplan:isStepOfPlan sub:plan .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2021-06-14T16:28:02.528395"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPAyJFCA2/PdKLTXBCgKMLwE6LPIGMm9gINqjvPvOQVp2oZ0ZqB0v7Y/b7FqF90XUvbztM+GW5dsmMQUeuF+fty/5f2udsUnfHRmJQKiHxPNk9hdHwW5+1Tegh9dhwyPjJDWnGq36d+2j/EDIXqNiLI4xru5NY4G0c4FcS8YQRCQIDAQAB" ;
    npx:hasSignature "WPcNeeIbd5ouhaGHP0fFzUvny1c6DoLvl7qPcNuItKKerc6y9GKxBg/O9TJMeMg/kGtbLmy/pjZpX0WmXvgGd5XUwV8boeJyLLgmWVeywFwp3heZMQz7LjyZsuegD2kKnj16hd+mMAsUPa/3eUtK+e6q3pdcmMe85gHxROepwz8=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:plan ;
    prov:generatedAtTime "2021-06-14T16:28:02.528395"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}