@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix npx: . @prefix xsd: . @prefix dcmitype: . @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 dcmitype:Collection; 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 ; dcterms:title "Example Snakemake Report"; prov:hadPrimarySource ; schema:archivedAt ; schema:datePublished "2026-03-04"; schema:maintainer . } 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 ; npx:hasNanopubType dcmitype:Collection; npx:wasCreatedAt ; rdfs:label "Report: Example Snakemake Report"; ntemplate:wasCreatedFromProvenanceTemplate ; ntemplate:wasCreatedFromPubinfoTemplate , ; ntemplate:wasCreatedFromTemplate . 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 . }