@prefix this: <https://w3id.org/np/RApK8IUY9KJJkFoasvMJhPQQtT8VvN0IQ__hAxKOeeIuk> .
@prefix sub: <https://w3id.org/np/RApK8IUY9KJJkFoasvMJhPQQtT8VvN0IQ__hAxKOeeIuk/> .
@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 dcmitype: <http://purl.org/dc/dcmitype/> .
@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://doi.org/10.5281/zenodo.18860871> dcterms:description "This is an example report for the Snakemake analysis workflow to analyse differential gene expression and isoform splicing analysis on Nanopore long-read RNA-Seq data using minimap2, Salmon, and DESeq2 : https://github.com/snakemake-workflows/rna-longseq-de-isoform/" ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:title "Example Snakemake Report" ;
    a dcmitype:Collection ;
    prov:hadPrimarySource <https://w3id.org/np/RAjHDlPDghZzc9ZvQ3uJQNJ9Jd_KAYzZt7dk5PXKgjRyE> ;
    schema:archivedAt <https://doi.org/10.5281/zenodo.18860871> ;
    schema:datePublished "2026-03-04" ;
    schema:maintainer <https://doi.org/10.5281/zenodo.18860871> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2408-7588 .
}
sub:pubinfo {
  orcid:0000-0003-2408-7588 foaf:name "Christian Meesters" .
  this: dcterms:created "2026-03-06T17:51:19.395Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0003-2408-7588 ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType dcmitype:Collection ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Report: Example Snakemake Report" ;
    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/RAsmNjwvzjYfc8Hson0gyjSL6Oov3nZZEfRy7TOFtO5I8> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+DVJTSCzdJUJMzlwRfb2Qm2NZpuZ932RpVliWxMAhmZ6ZkeeibmJlW/Z0q51YkFArJIWbJ0f7rLQWM5epuZV4I5cjMqepOWGey6LrPolMs8lI9dJf9zW9lJsneV+py3U8WsrB6mg//pkEeXnVDd+WscADyXJ5EeLwoZjCkPn8/QIDAQAB" ;
    npx:hasSignature "vOzxD325kuVd+bKPRi9mfSgWO+LkZoOIxgb+Js8VGfQhVAV8HYhgZy0sA8UVfrSntDHi315dNrdfwKfbtmoAPh8N5JKmYZNgjKynG41t9EbPx/VfNEq06Fu5bw2M5E6QyDFTVtcZUGYFS69GaqB+CBQW1eJghz+hPmxn/kqm2ZU=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0003-2408-7588 .
}