@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix dcterms: . @prefix ntemplate: . @prefix orcid: . @prefix rdfs: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a schema:SoftwareSourceCode; dcterms:creator orcid:0000-0003-2408-7588; dcterms:description "the snakemake tutorial workflow in various conditions."; dcterms:format ; dcterms:license ; dcterms:title "Snakemake HPC Teaching Material"; schema:applicationCategory ; schema:applicationSubCategory ; schema:codeRepository ; schema:keywords ; schema:url ; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2408-7588 . } sub:pubinfo { ntemplate:hasLabelFromApi "bioinformatics - interdisciplinary science that combines biology, computer science and statistics to help in the collection, analysis and understanding of biological data" . ntemplate:hasLabelFromApi "education - transmission of knowledge and skills" . orcid:0000-0003-2408-7588 foaf:name "Christian Meesters" . this: dcterms:created "2026-03-09T17:44:25.741Z"^^xsd:dateTime; dcterms:creator orcid:0000-0003-2408-7588; dcterms:license ; npx:wasCreatedAt ; rdfs:label "Method: Snakemake HPC Teaching Material"; ntemplate:wasCreatedFromProvenanceTemplate ; ntemplate:wasCreatedFromPubinfoTemplate , ; ntemplate:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+DVJTSCzdJUJMzlwRfb2Qm2NZpuZ932RpVliWxMAhmZ6ZkeeibmJlW/Z0q51YkFArJIWbJ0f7rLQWM5epuZV4I5cjMqepOWGey6LrPolMs8lI9dJf9zW9lJsneV+py3U8WsrB6mg//pkEeXnVDd+WscADyXJ5EeLwoZjCkPn8/QIDAQAB"; npx:hasSignature "Z2F9YnWcDPegvCuX9iRrWAswRVdKopu1tzq+CNhCWxDFiNvqV+gTRZ9gC5LmWHX6JFL16/bzgO8t9Qpp/LnzCcuuIXktEUkO+tXdmS7x315fabcUqfus/M6WeFfO4jMBu028bNW+00Ws/IdpP4ktVaanOrEYzaRUjVzR9BGxGFg="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-2408-7588 . }