. . . . "Returns all nanopublications typed as schema:Statement (npx:hasNanopubType), with the statement text (rdf:value) and the evidence it cites (cito:citesAsEvidence). Retracted and superseded nanopublications are left out." . . . "Get statements with evidence" . . "prefix rdf: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix cito: \r\nprefix schema: \r\n\r\nselect ?Statement ?Evidence_multi_iri ?Evidence_label_multi ?np (\"^\" as ?np_label)\r\nwhere {\r\n select ?np ?created ?Statement\r\n (group_concat(distinct str(?evidence); separator=\" \") as ?Evidence_multi_iri)\r\n (group_concat(distinct ?evidenceLabel; separator=\"\\n\") as ?Evidence_label_multi)\r\n where {\r\n graph npa:graph {\r\n ?np npx:hasNanopubType schema:Statement ;\r\n npa:hasValidSignatureForPublicKeyHash ?pubkey ;\r\n np:hasAssertion ?a ;\r\n np:hasPublicationInfo ?pi ;\r\n dct:created ?created .\r\n filter not exists { ?npi npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\r\n }\r\n graph ?pi { ?np npx:hasNanopubType schema:Statement . }\r\n graph ?a { ?s rdf:value ?Statement . }\r\n optional {\r\n graph ?a { ?s cito:citesAsEvidence ?evidence . }\r\n bind(replace(str(?evidence), \"^.*[/#]\", \"\") as ?evidenceLabel)\r\n }\r\n }\r\n group by ?np ?created ?Statement\r\n}\r\norder by desc(?created)" . . "Ashley Caselli" . "2026-08-24T16:02:56.459Z"^^ . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB" . "O67rb3NXML4gP4B/dl1j5TPm0JoSW0KEUEi+2ixMaNHTzpXfMAgh1H1dFuKSCdYHNbogJ4/vKWBSaM2tf50jtgPXgMm1uLR5Ia8pc75W0ghgv5U8seM8A0d1nyRb+5WWdzf6ISOYteow35KIr6rAZr7jOhdfAByCl7DNxghl7wM=" . . .