Nanopublication

< Home

ID

https://w3id.org/np/RASupe59FA10izXlZT9lXo72q8o7I9qMGkWIKJayNIDBk

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RASupe59FA10izXlZT9lXo72q8o7I9qMGkWIKJayNIDBk> .
@prefix sub: <https://w3id.org/np/RASupe59FA10izXlZT9lXo72q8o7I9qMGkWIKJayNIDBk/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:SnakemakeSoftwareProvenance a <http://www.wikidata.org/entity/Q604733>;
    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 <https://doi.org/10.5281/zenodo.21159947>;
    <http://www.wikidata.org/entity/P823> orcid:0000-0003-2408-7588;
    <https://schema.org/about> <http://www.wikidata.org/entity/Q1425625> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2408-7588 .
}

sub:pubinfo {
  <http://www.wikidata.org/entity/Q1425625> 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 <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:SnakemakeSoftwareProvenance;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Presentation: Software provenance with Snakemake";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAhx2YCJOqPVrDJGAwvXomKQYrYBMHSEiAz9iqlXOXtO0> .
  
  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 .
}