. . . . "Returns all nanopublished things of type schema:Statement, with their text, the argumentative relations they declare (supports, disputes, qualifies, inReplyTo, ...), their author and their date. Retracted and superseded nanopublications are left out; example nanopublications are included." . . . "Get all statements" . . "prefix rdf: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix foaf: \r\nprefix schema: \r\n\r\nselect ?statement ?statement_label ?relations_multi ?author ?author_label ?date ?np (\"^\" as ?np_label)\r\nwhere {\r\n {\r\n select ?np ?a ?pi ?created ?statement ?text\r\n (group_concat(distinct ?rel; separator=\"\\n\") as ?relations_multi)\r\n where {\r\n graph npa:graph {\r\n ?np 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 ?a { ?statement a schema:Statement . }\r\n optional { graph ?a { ?statement rdf:value ?value . } }\r\n optional { graph ?a { ?statement schema:text ?schemaText . } }\r\n bind(coalesce(?value, ?schemaText) as ?text)\r\n optional {\r\n graph ?a {\r\n ?statement ?relPred ?relObj .\r\n filter(isIRI(?relObj) && ?relPred != rdf:type)\r\n }\r\n bind(concat(replace(str(?relPred), \"^.*[/#]\", \"\"), \" → \",\r\n replace(str(?relObj), \"^.*[/#]\", \"\")) as ?rel)\r\n }\r\n }\r\n group by ?np ?a ?pi ?created ?statement ?text\r\n }\r\n optional { graph ?pi { ?np dct:creator ?author . } }\r\n optional { graph ?pi { ?author foaf:name ?author_label . } }\r\n bind(coalesce(?text, replace(str(?statement), \"^.*[/#]\", \"\")) as ?statement_label)\r\n bind(substr(str(?created), 1, 10) as ?date)\r\n}\r\norder by desc(?created)" . . "Ashley Caselli" . "2026-08-24T14:21:36.238Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB" . "HGp7+o2CDBTDk4toudFnTzbU2fD0B6PDogxIvw2LQmWi0sqvnDbV8XtF9sg8KgE5lgUnq84HeZO0kNPk4sPe6jtpcjDL3YJvG7kQviyiyO2ZrPTRB2f3rJtihZ2ST8Kt7IMNNsR9iLpFdwZv2LzQwNlMEgWjLiyqYbqFR2k6zFk=" . . .