. . . . "This query finds views by a text query for auto-complete lookup." . . . "Find views" . . "prefix rdfs: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix dct: \r\nprefix search: \r\nprefix gen: \r\n\r\nselect distinct ?thing ?label ?description ?np ?pubkey ?date where {\r\n graph npa:graph {\r\n ?np npx:hasNanopubType gen:ResourceView .\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:embeds ?thing .\r\n ?np rdfs:label ?label .\r\n optional { ?np dct:description ?description . }\r\n bind(concat(?label, \" \", coalesce(?description, \"\")) as ?text)\r\n filter(contains(lcase(?label), lcase(?_query)))\r\n }\r\n}\r\nlimit 10" . . "Tobias Kuhn" . "2026-03-20T12:42:34.427Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "Vdd6m2p7J4ApKVo9oEsZhBSdta5C9ZZjBzsA246gwgGJU6Aofga/QA51qY3xgKo39okd2Wh3kJqM2nd1WLStijaNVM4/GufJNvGoOzH+CyTQfrrtrgY4Ki6VGG7kObnhXmwwaq++oyrySlzKynsfRiGxMwuAvX29KSBYi7RcnU0=" . . .