@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:SnakemakeSoftwareProvenance a ; dct:date "2026-06-09"^^xsd:date; dct:description """This presentation is a first version towards better software provenance using the Snakemake workflow management system. It shows the use and benefits of a plugin which stores software metadata using Nanopublication. The uploaded version is the one I wanted to show - actually, due to a computer crash an abridged, makeshift version was shown. Additional slides let see, where I did a live demonstration."""; rdfs:label "Software provenance with Snakemake"; rdfs:seeAlso ; orcid:0000-0003-2408-7588; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2408-7588 . } sub:pubinfo { nt:hasLabelFromApi "reproducibility - agreement with previous measurements using the same methodology in the same context" . orcid:0000-0003-2408-7588 foaf:name "Christian Meesters" . this: dct:created "2026-07-03T13:56:28.561Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2408-7588; dct:license ; npx:introduces sub:SnakemakeSoftwareProvenance; npx:wasCreatedAt ; rdfs:label "Presentation: Software provenance with Snakemake"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+DVJTSCzdJUJMzlwRfb2Qm2NZpuZ932RpVliWxMAhmZ6ZkeeibmJlW/Z0q51YkFArJIWbJ0f7rLQWM5epuZV4I5cjMqepOWGey6LrPolMs8lI9dJf9zW9lJsneV+py3U8WsrB6mg//pkEeXnVDd+WscADyXJ5EeLwoZjCkPn8/QIDAQAB"; npx:hasSignature "OWMQbPbJilDfm5mtuIaxJZS5SKwfxAhKVKF85awIjxibfGEbDyvCjsefMr5ng3qf6CrEGY3kBcmbUwDu6ezhR0LiCtld/fMOBFrHOz5FuZuDSJDeyFylRsb01igUP2b3DhWWTBOG1aFWmF7AkOl9o8X3RM5HLzBpjaDpr/Al1GM="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-2408-7588 . }