@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/RAxd2duUXeYYhsodf3vCenLXnyCRUg1-ID_cznZ9rQ6tM#> .
@prefix this: <http://purl.org/np/RAxd2duUXeYYhsodf3vCenLXnyCRUg1-ID_cznZ9rQ6tM> .
@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.7.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-15T17:45:13.373014"^^xsd:dateTime .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlhB28y8ecgp6nm9lkK8kZsO8QPAn5iDuaCQt4ql2oFvfoJut1WUKR7Py2lI1wRPnhg0sRMnKxhUCH8TI4SKGJ92hPy59uxl9zeGAmuWCNxv8FfccpWtgYVf815Mv+qztyqunAnPXXYpJJpavrF70cI4eY8LrBbcv9T0oyvOffZP8HI7j24O71jgn7NXGRkI+a8T3O2DGpaYN6z/7XgFNLveDTc08Yxa7qffEv3YU8VgsrmQX0oZLPmdk8gCiSxNMVd/nItfwilfjoNyKkmmnHskb4JHdjNizj4muCcK4Cu0uTJiGV67c7jlrzR68log+s3h+n1ZT/ue1aCzC6dulnwIDAQAB" ;
    npx:hasSignature "Zy5hZKSdAzfFrDA2uqTslT/30UBXdsUSuM6Htzj9lnRK0hRoMT6U89ogx8UfLmYU1bRraLKXNAxYeAdKKxtGCyMf9HhPztXXyyHuFJu9pQF+4py+xxdIAKG963keVTP7JVl+rKI5B2MYR081+yi9uD/AJS0WIQLQ5wCb/PkEdfbbu51syjtie+X8zZOUG4Z2K5puBek+nytkBx2rrcL5jYRMDsX0PmRaA63HbZdrE1uR2ggMwLbD0aZdtMiUxIph/jKcPRdPNBzsJ13fsiehFJFC6WGpWiDEcKWHVrItBLYJWNquE+v+8PbN1CfsJxSHXxkPuxl2j8FUvl/hDqeOWg==" ;
    npx:hasSignatureTarget this: .
  this: prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}