http://purl.org/np/RAAkfytncoQApri8iZPsvmXE6RA3WfWbmeCYZfm-JN0j4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix p-plan: <http://purl.org/net/p-plan#> .
@prefix bpmn: <http://dkm.fbk.eu/index.php/BPMN2_Ontology#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix sub: <http://purl.org/np/RAAkfytncoQApri8iZPsvmXE6RA3WfWbmeCYZfm-JN0j4#> .
@prefix this: <http://purl.org/np/RAAkfytncoQApri8iZPsvmXE6RA3WfWbmeCYZfm-JN0j4> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:_LinguisticSystem a schema:ComputerLanguage;
rdfs:label "python";
rdfs:seeAlso <https://www.wikidata.org/wiki/Q28865>;
owl:versionInfo "3.9.15.final.0" .
sub:_a a p-plan:Variable;
rdfs:comment "int";
rdfs:label "a" .
sub:_b a p-plan:Variable;
rdfs:comment "int";
rdfs:label "b" .
sub:_out1 a p-plan:Variable;
rdfs:comment "int";
rdfs:label "out1" .
sub:_step a bpmn:ScriptTask, p-plan:Step;
dcterms:description """ @is_fairstep(label='test_label')
def add(a: int, b: int) -> int:
\"\"\"
Computational step adding two ints together.
\"\"\"
return a + b
""";
dcterms:language sub:_LinguisticSystem;
p-plan:hasInputVar sub:_a, sub:_b;
p-plan:hasOutputVar sub:_out1;
rdfs:label "test_label" .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2022-12-15T15:32:23.535242"^^xsd:dateTime .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlKZel+uM9w+JiWuhs0NHtaXdRrGkGAjvnnLFQL2nmgZDGIjX+is2YJBd6R2kBkr67lYiUDWdtih0F0yqUlAW5GdYUihk1MBiWyLe4RNt7I5iC/5wwK/i5vV6/YKa6Zwf4oymwChpdXddlKc6d73StgFqOafQPeNeBUHTZbkmUKFAqGXf0nAclB23DEeN5qVl6XRa1qqtL91AKW+UxTvlZR3pFNFn8xKTfbOSgmuAkYSUwJrp84rNI92qXYtOJ12oH0oT/enzcThxcfPLomGc9BMd+QBCj08LdrtuAArHzcivMKDzreDCD+haZ/GdObRWHpQ5O4bEWIx3dZVQq7t0KQIDAQAB";
npx:hasSignature "GSEbRgSo+PkNDXcs0kEN2DThbhW8vax84vDq5blXhckk3kcsocnN/D2bRFnOHHL9PVVZ+MP7zhyAQacV2cjkmd9sImQU+WizBgqom2OjtF3nibzmfd9pbDGACmFg78l3BkcoD1wMroYiTRyM4Dlx28vt0/kD1rGGzeABx75P8v+VM3keCELHpJyJKOzd6wtpJFUZh/yhGCrRAOQGJ1oiQszIWjGQLTeWOQW4MqSMssmFugqnV+OoiKzlGq23cIgx7hMskAMCKPK7S8oEiqgi9pnte7xN5OsIOqO3yGUKAq82PxHSOE+XUpACVHjfsm+Fna5TGpAB4d9PNRyIgUygtA==";
npx:hasSignatureTarget this: .
this: prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}