Nanopublication

< Home

ID

http://purl.org/np/RApP1TRyigINrd16UGdU4aRCA1BshhHWlpcrK5EbyHVCo

Formats

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

Content

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix this: <http://purl.org/np/RApP1TRyigINrd16UGdU4aRCA1BshhHWlpcrK5EbyHVCo> .
@prefix bpmn: <https://www.omg.org/spec/BPMN/> .
@prefix dul: <http://ontologydesignpatterns.org/wiki/Ontology:DOLCE+DnS_Ultralite/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix p-plan: <http://purl.org/net/p-plan#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix npx: <http://purl.org/nanopub/x/> .

<http://purl.org/np/RApP1TRyigINrd16UGdU4aRCA1BshhHWlpcrK5EbyHVCo#/Head> {
  this: a np:Nanopublication;
    np:hasAssertion <http://purl.org/np/RApP1TRyigINrd16UGdU4aRCA1BshhHWlpcrK5EbyHVCo#/assertion>;
    np:hasProvenance <http://purl.org/np/RApP1TRyigINrd16UGdU4aRCA1BshhHWlpcrK5EbyHVCo#/provenance>;
    np:hasPublicationInfo <http://purl.org/np/RApP1TRyigINrd16UGdU4aRCA1BshhHWlpcrK5EbyHVCo#/pubInfo> .
}

<http://purl.org/np/RApP1TRyigINrd16UGdU4aRCA1BshhHWlpcrK5EbyHVCo#/assertion> {
  this:\#add dul:precedes this:\#mult .
  
  this:\#mult a p-plan:Step, bpmn:scriptTask;
    dc:description """@FairStep(fw)
def mult(int1, int2):
    \"\"\"
        Multiply two integers together (int1 and int2).
    \"\"\"
    result = int1 * int2
    return result
""";
    p-plan:hasInputVar this:\#multint1, this:\#multint2 .
  
  this:\#multint1 a p-plan:Variable;
    p-plan:isOutputVarOf this:\#add .
  
  this:\#multint2 a p-plan:Variable .
}

<http://purl.org/np/RApP1TRyigINrd16UGdU4aRCA1BshhHWlpcrK5EbyHVCo#/provenance> {
  <http://purl.org/np/RApP1TRyigINrd16UGdU4aRCA1BshhHWlpcrK5EbyHVCo#/assertion> prov:generatedAtTime
      "2020-04-09T12:25:29.181947"^^xsd:date;
    prov:wasAttributedTo this:\#experimentScientist;
    prov:wasDerivedFrom this:\#experiment .
}

<http://purl.org/np/RApP1TRyigINrd16UGdU4aRCA1BshhHWlpcrK5EbyHVCo#/pubInfo> {
  this:\#sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoZmUKAHAF0CY2sKahOanR1V8wP62NOw3G0wcVLULWxqXB/gcW25bGPcA5RKoiuhT6dUbfcRXmwLknE29h6KWfKYLtNaqdrHbjSnNC65dNmNxCNp0i6ZLZRh51mxw9IPJHZrDqQ9bcLwm9d1G1fDKasA+h1vrF3Hv1YrQsF9aW1QIDAQAB";
    npx:hasSignature "O6WldB+bvkpN4gfv0Fik4xeCqxln/q8UH93pQ/dHXsDyIeUqzb3oT8pAXbRMbUKM80EB8V/L7hTBxiV5HCbX+aEI4nI1mprjP2QJYoHmylg/MPtbYc6NmVAP//5gFaFWO+ddT8BzcAmOrYlUrS8vBQbCN6W61lGyMVHk28ThfiA=";
    npx:hasSignatureTarget this: .
  
  this: prov:generatedAtTime "2020-04-09T12:25:29.181947"^^xsd:date;
    prov:wasAttributedTo this:\#DrBob .
}