@prefix this: <https://w3id.org/np/RAOBjU_aTRgW5zb2MFGvZPAXBZegQRzVoUU-aSGQFpxh4> .
@prefix sub: <https://w3id.org/np/RAOBjU_aTRgW5zb2MFGvZPAXBZegQRzVoUU-aSGQFpxh4/> .
@prefix schema: <https://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ntemplate: <https://w3id.org/np/o/ntemplate/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://github.com/snakemake/snakemake-hpc-teaching-material/> dcterms:creator orcid:0000-0003-2408-7588 ;
    dcterms:description "the snakemake tutorial workflow in various conditions." ;
    dcterms:format <http://edamontology.org/format_1930> ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:title "Snakemake HPC Teaching Material" ;
    a schema:SoftwareSourceCode ;
    schema:applicationCategory <http://www.wikidata.org/entity/Q8434> ;
    schema:applicationSubCategory <http://www.wikidata.org/entity/Q128570> ;
    schema:codeRepository <https://github.com/snakemake/snakemake-hpc-teaching-material/> ;
    schema:keywords <http://www.wikidata.org/entity/Q128570> ;
    schema:url <https://doi.org/10.14279/eceasst.v83.2600> ;
    <https://www.wikidata.org/wiki/Q2808660> <https://www.wikidata.org/wiki/Q106286298> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2408-7588 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q128570> ntemplate:hasLabelFromApi "bioinformatics - interdisciplinary science that combines biology, computer science and statistics to help in the collection, analysis and understanding of biological data" .
  <http://www.wikidata.org/entity/Q8434> 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 <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Method: Snakemake HPC Teaching Material" ;
    ntemplate:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    ntemplate:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    ntemplate:wasCreatedFromTemplate <https://w3id.org/np/RAOT7z3RA0XYlHIikne8rfUUYZrtHyrzXBD1HpI_GvcRk> .
  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 .
}