. . . . "This query returns all FDOs that have the given search string in their labels." . . . "Find FDOs by label search" . . "prefix rdfs: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix schema: \r\nprefix fdof: \r\n\r\nselect ?fdo ?profile ?np ?label ?date where {\r\n graph npa:graph {\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 values ?type { fdof:FAIRDigitalObject npx:RoCrateNanopub }\r\n ?np npx:hasNanopubType ?type .\r\n ?np npx:introduces ?fdo .\r\n ?np np:hasAssertion ?assertion .\r\n ?np rdfs:label ?label .\r\n filter(contains(lcase(?label), ?_query))\r\n }\r\n graph ?assertion { {\r\n ?fdo dct:conformsTo ?profile .\r\n } union {\r\n ?metadata dct:conformsTo ?profile .\r\n ?metadata schema:about ?fdo .\r\n } }\r\n} order by desc(?date)" . . "Tobias Kuhn" . "2026-03-26T05:42:19.915Z"^^ . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "hgbFdIA3rXWwwowqXcXsSG95hNl2T8hr3BYG1fcEOeLABbyEmKHzLxU2BdB4vttOzMYkuNBXovqKyFp3upzbAVBuQk5enKdc3JxmD4WD0Z2V1ndQ0/eoWRHodjXirF44cEAcQ8dTy8Om0SGCUE5iE8bctTsNCCcXmTYAmvN6j00=" . . .