@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:get-status-updates-for-event a ; dct:description "Returns all status updates belonging to the given event, with label, description, concerned spaces, and nanopub link."; dct:license ; rdfs:label "Get status updates for event"; ; """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix schema: prefix gen: select ?item ?item_label ?description (group_concat(distinct str(?space); separator=\" \") as ?spaces_multi_iri) ?np (\"^\" as ?np_label) where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . } ?np dct:created ?npdate . ?np np:hasAssertion ?a . ?np npx:introduces ?item . } values ?_event_multi_iri {} graph ?a { ?item a gen:StatusUpdate . ?item dct:isPartOf ?_event_multi_iri . ?item schema:about ?space . optional { ?item rdfs:label ?item_label . } optional { ?item dct:description ?description . } } } group by ?item ?item_label ?description ?np ?npdate order by asc(?npdate)""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-05-20T10:46:38Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-status-updates-for-event; rdfs:label "Get status updates for event"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "NS24ka/xvJmXRM5m45pmxGZn/AD5oh4HmtIURHZ0xuPc4Ppk5OS5Ng2YulmhnuwZXYjhVQMx5ka59VQaSbhVF9JuVfRTUSn0jEH2kqq4rhOtrDNBRWWWnJEZJug+USfmXrUnyLj21WtDmmfDi+fzl+x/bDGz1mPC4DxRhO68HQA="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }