Nanopublication

< Home

ID

http://purl.org/np/RAxbjAxLcrD1B4HpTqBNP54d2qBAanX_qSZNGOUOTuvsM

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix ns1: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix this: <http://purl.org/np/RAxbjAxLcrD1B4HpTqBNP54d2qBAanX_qSZNGOUOTuvsM> .
@prefix sub: <http://purl.org/np/RAxbjAxLcrD1B4HpTqBNP54d2qBAanX_qSZNGOUOTuvsM#> .
@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 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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubInfo .
}

sub:assertion {
  sub:a a "float", pplan:Variable;
    rdfs:label "a" .
  
  sub:b a "float", pplan:Variable;
    rdfs:label "b" .
  
  sub:step a bpmn:ScriptTask, pplan:Step;
    ns1:description """@is_fairstep(label='A strange step with little use')
def weird(a: float, b:float) -> float:
    \"\"\"A weird function\"\"\"
    return a * 2 + b * 4
""";
    pplan:hasInputVar sub:a, sub:b;
    pplan:hasOutputVar sub:weird-output1;
    rdfs:label "A strange step with little use" .
  
  sub:weird-output1 a "float", pplan:Variable;
    rdfs:label "weird-output1" .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2021-01-25T15:28:39.891663"^^xsd:dateTime .
}

sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "Kp0G+bD6JmBDSKtQqGxJM06SFsY7Mu6NqhlIdB5F8kPDW8jhMt9I82Ll5G60RUYGfrNyUBsykiV/Ho6txy4veA86JKqb5f4DZHORLpjuH4wy5NHC29dtoPdnsqM349nLeS7Sq7RdHdF7WPxpLOsIOMqyCHC9k7rSawdSmYwDOdU=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:step;
    prov:generatedAtTime "2021-01-25T15:28:39.891663"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}