@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:SnamakeReportRegistrations a ; dct:description "Will list all Snakemake report registrations created by this template: https://w3id.org/np/RAsmNjwvzjYfc8Hson0gyjSL6Oov3nZZEfRy7TOFtO5I8 - will need update if the template updates."; dct:license ; rdfs:label "Snakemake Report Registrations"; ; """PREFIX np: PREFIX npa: PREFIX npx: PREFIX dct: SELECT DISTINCT ?np ?date WHERE { # any triple (any graph) where the template appears as object ?np ?p . # get its creation date (admin graph) GRAPH npa:graph { ?np dct:created ?date } } LIMIT 100""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2408-7588 . } sub:pubinfo { orcid:0000-0003-2408-7588 foaf:name "Christian Meesters" . this: dct:created "2026-05-20T10:03:58.076Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2408-7588; dct:license ; npx:embeds sub:SnamakeReportRegistrations; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+DVJTSCzdJUJMzlwRfb2Qm2NZpuZ932RpVliWxMAhmZ6ZkeeibmJlW/Z0q51YkFArJIWbJ0f7rLQWM5epuZV4I5cjMqepOWGey6LrPolMs8lI9dJf9zW9lJsneV+py3U8WsrB6mg//pkEeXnVDd+WscADyXJ5EeLwoZjCkPn8/QIDAQAB"; npx:hasSignature "EkRmNSFMnn2MPbA2ddFTfKuz3zZKdtaR5NBTplNOFHm/vjBCFmXEfl2Djq2IvD5Suc8g19Xt8KgH1uoXVP93ZQKql5iK+F6bTU2JzCOeX/MulHLgJP5EU4Oz7YLpGvdWE5vnDoOl8MMQ9aifpPFmeJIZAC1N5oOJ/Ogj0IED1/o="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-2408-7588 . }