@prefix bpmn: <http://dkm.fbk.eu/index.php/BPMN2_Ontology#> .
@prefix dc1: <http://purl.org/dc/terms/> .
@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 pplan: <http://purl.org/net/p-plan#> .
@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/RAGmJX1mhjOIAjNUEhuvRlMTFDEs-Z9l-xZq5UwEVOsio#> .
@prefix this: <http://purl.org/np/RAGmJX1mhjOIAjNUEhuvRlMTFDEs-Z9l-xZq5UwEVOsio> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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 <https://www.wikidata.org/wiki/Q28865> ;
    owl:versionInfo "3.8.15.final.0" .
  sub:_a a pplan:Variable ;
    rdfs:comment "int" ;
    rdfs:label "a" .
  sub:_b a pplan:Variable ;
    rdfs:comment "int" ;
    rdfs:label "b" .
  sub:_out1 a pplan:Variable ;
    rdfs:comment "int" ;
    rdfs:label "out1" .
  sub:_step dc1:description """    @is_fairstep(label='test_label')
    def add(a: int, b: int) -> int:
        \"\"\"
        Computational step adding two ints together.
        \"\"\"
        return a + b
""" ;
    dc1:language sub:_LinguisticSystem ;
    pplan:hasInputVar sub:_a , sub:_b ;
    pplan:hasOutputVar sub:_out1 ;
    a bpmn:ScriptTask , pplan:Step ;
    rdfs:label "test_label" .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2022-12-21T14:43:32.922226"^^xsd:dateTime .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvDu0Jo9dz5hf2njeVfF0TDqJ8kZ6azGDUj+JJNXlrM4ZzMGDgDwf93YlHRuRffWnS5LHMbvFo37isHYM/0OJBkT2zFLtiGaFCmGV2EPGcYuBOHqxMh1P22GAJyvexLPIaayX5MWiNx+gomigQrE/BJa+KVc+rg9fCGBFBZASyZXoZvQdHkJt4Seqda1WxpQj5u+OnJMnb38rMg3+mf3ooF4tBv5vPAPORNcLDihCDwWNjdldnVuul3CNQ1UT70rKqnbrMTH3YFP75HVVpFhoLKcvlNgI89c46VGIBpU5ETcigcxRDKj2vtRI5tsg66+ra32IvEi4iC7KElzp4Sja6wIDAQAB" ;
    npx:hasSignature "kcysX3Jfg2vxt56i5hRkLa9yCRem73dRuKyF/GQbcAbFP+zA+OQjcLnSiBbxEyQUCGSdQlvUfN+bwWHkG8Go0Xtwp4nn799o0rak02TQPvnucnZpihdRs2nVoIDtiUDMvcN3CGuXFcOpAv0PE3rSA93Yg6AYzJ0APBRjSrin3aplYkmwQa+5cItBDqURObQNcbDxRo76gT+a4cODMWgO2usH3O70pwv6ve1xquwF6FCOTyQ1MSWmJf94r/Ew6OV5H3aMeVw4Vqwqld4klq90sp/9Qya7PQHhuI7MmgzB0j3GgPT8/aZtN1fRdi6IMnek3Jd7JegnX8JGpJ0cxORX5g==" ;
    npx:hasSignatureTarget this: .
  this: prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}