@prefix dct: .
@prefix orcid: .
@prefix this: .
@prefix sub: .
@prefix schema: .
@prefix bpmn: .
@prefix np: .
@prefix owl: .
@prefix npx: .
@prefix pplan: .
@prefix xsd: .
@prefix rdfs: .
@prefix 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 ;
owl:versionInfo "3.7.9.final.0" .
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='Step to add text (awesome world!) into an image')
# Give it your own name:
def add_text_into_image(image):
from PIL import ImageDraw
from PIL import Image
ImageDraw.Draw(
image).text( (0, image.height/2), # Coordinates
'Awesome world!', # Text
(255, 255, 255) # Color
)
return image
""";
dct:language sub:LinguisticSystem;
pplan:hasInputVar sub:image;
pplan:hasOutputVar sub:out1;
a bpmn:ScriptTask, pplan:Step;
rdfs:label "Step to add text (awesome world!) into an image" .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2021-06-14T16:28:01.206515"^^xsd:dateTime .
}
sub:pubInfo {
sub:assertion prov:wasDerivedFrom .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPAyJFCA2/PdKLTXBCgKMLwE6LPIGMm9gINqjvPvOQVp2oZ0ZqB0v7Y/b7FqF90XUvbztM+GW5dsmMQUeuF+fty/5f2udsUnfHRmJQKiHxPNk9hdHwW5+1Tegh9dhwyPjJDWnGq36d+2j/EDIXqNiLI4xru5NY4G0c4FcS8YQRCQIDAQAB";
npx:hasSignature "f/yAT6M32Zxb/eO5QIGIcwMNXdFtnC6djkR42XRVoMkqJKarChVMtbE9E7/QauD7TlcRGzMJkClMHSV/Ns78NN68IJHlAoqDGQL0q5OYKG0V4oneTr/fR5HbADnvIBLfkhGcLeZDqYD4+oGXEsTz05/j3cbSWFhjcjIRPrDfxIk=";
npx:hasSignatureTarget this: .
this: npx:introduces sub:step;
prov:generatedAtTime "2021-06-14T16:28:01.206515"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}