. . . . "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 dct:created ?created .\r\n filter not exists { ?npi npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\r\n }\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-24T14:44:56.334Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB" . "kblGpxnSWKcPCF5Ia1x/be+WShDEku+8UGqfsJbBRPinexWYTrPEPWG4T3iA88eiVyTjbicLQZMhFXShYnEkF0wilqiIyfbq4yIpVCI6nJKn2VqfkiqrEaGt0/uOLUqTjpDfMsd8aEXCAHtTY/6r0Kwt1NqvvcQ1l5Z8/ApQMig=" . . .