. . . . "This query returns the things the given user has declared to be their favorites (using cito:likes)." . . . "Get favorite things" . . "prefix rdfs: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\n\r\nselect ?fdo ?np ?label ?creator ?date where {\r\n graph npa:graph {\r\n ?np npx:signedBy ?__creator_iri .\r\n bind(?__creator_iri as ?creator)\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n ?np dct:created ?date .\r\n ?np npx:hasNanopubType .\r\n ?np npx:introduces ?fdo .\r\n optional { ?np rdfs:label ?label }\r\n }\r\n} order by desc(?date) limit 1000" . . "Tobias Kuhn" . "2025-07-02T08:37:05.858Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "Mo9CA1VRRPv07fy1M8eDekQQpo34J0QmRo82ISXwX10QHFVwBSzwx3VPvntSXoBlyfrIxu3pj/pK/Jj2S6AjOJtJKsxIsrzJz7cCZrmuT4018IKhLs2q5BCTau1dacianxRSB8cTaeKQlbzpIhncy2p834KTOg1XJehEGApAi38=" . . .