. . . . "This query allows for searching for resources (FERs etc.) together with the info about whether GO FAIR qualified them." . . . "Find GO FAIR qualified things" . . "prefix rdfs: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix xsd: \r\nprefix dct: \r\n\r\nselect distinct ?thing ?label ?description ?np ?date ?pubkey ?retraction ?newversion ?qualifier ?qualification_np where {\r\n graph npa:graph {\r\n ?np npx:hasNanopubType ?__type_iri .\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\r\n optional { ?retraction npx:retracts ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n optional { ?newversion npx:supersedes ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n ?np (npx:introduces|npx:describes) ?thing .\r\n ?np rdfs:label ?label .\r\n ?np dct:description ?description .\r\n ?np dct:created ?date .\r\n filter(str(?date) > \"2022\")\r\n }\r\n bind(concat(\" \",lcase(str(?label)),\" \",lcase(str(?description)),\" \") as ?text)\r\n filter( contains(?text, lcase(str(?_searchterm))) )\r\n\r\n optional {\r\n graph npa:graph {\r\n ?disapproval np:hasAssertion ?da .\r\n ?disapproval npa:hasValidSignatureForPublicKey ?dpubkey .\r\n filter not exists { ?disapproval_x npx:invalidates ?disapproval ; npa:hasValidSignatureForPublicKey ?dpubkey . }\r\n }\r\n graph {\r\n ?dpubkeys npx:hasPublicKey ?dpubkey .\r\n }\r\n graph ?da {\r\n ?dsomebody ( npx:disapproves-of | npx:disapprovesOf ) ?np .\r\n }\r\n } filter(!bound(?disapproval)) # Faster than \"filter not exists\" for some reason\r\n\r\n optional {\r\n graph npa:graph {\r\n ?qualification_np npx:hasNanopubType npx:qualifies .\r\n ?qualification_np np:hasAssertion ?qa .\r\n ?qualification_np npa:hasValidSignatureForPublicKey ?qpubkey .\r\n filter not exists { ?qualification_np_x npx:invalidates ?qualification_np ; npa:hasValidSignatureForPublicKey ?qpubkey . }\r\n }\r\n graph {\r\n ?qpubkeys npx:hasPublicKey ?qpubkey .\r\n }\r\n graph ?qa {\r\n ?qualifier npx:qualifies ?np .\r\n }\r\n }\r\n}\r\norder by asc(?label)" . . "Tobias Kuhn" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "HoawPnbJSj8Z9sk33QIy0NmPTFZ5XIhFVUnkf8LI7GdrireQ+HsCUkPp8IsdphjMnR2dDgISVUMXUYN58pRT50UySL+4lSw6eySvtmO2grIsDjmBjDNzX11moeOSpla+Y0442a20eeT2KG9I72OYH3JSKNVlA6UlGwYG8KiuU+U=" . . . "2025-03-12T08:50:34.108Z"^^ . . . . . . . . .