@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:SnakemakeWorkflowRegistrations a ; dct:description "Will return all workflow registered with https://w3id.org/np/RAOT7z3RA0XYlHIikne8rfUUYZrtHyrzXBD1HpI_GvcRk - might need updates from time to time."; dct:license ; rdfs:label "Snakemake Workflow 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:00:15.672Z"^^xsd:dateTime; dct:creator orcid:0000-0003-2408-7588; dct:license ; npx:embeds sub:SnakemakeWorkflowRegistrations; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+DVJTSCzdJUJMzlwRfb2Qm2NZpuZ932RpVliWxMAhmZ6ZkeeibmJlW/Z0q51YkFArJIWbJ0f7rLQWM5epuZV4I5cjMqepOWGey6LrPolMs8lI9dJf9zW9lJsneV+py3U8WsrB6mg//pkEeXnVDd+WscADyXJ5EeLwoZjCkPn8/QIDAQAB"; npx:hasSignature "ukOlCeOJTqOppiPnsDOHIpj6Siymu75EK5q6VOGRwQGxdPfB8lgBjYMry6NjY1rjeCbEPrqybDtM9TpUn5uwNx4joQwmowyY0SmvhbirkS8SB3KQe65yemMAy/WxYVxP+YTa3buEVvutERzubcVMq2X075/gMfi7/QOKhJqDmC4="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0003-2408-7588 . }