. . . . "This query returns the FAIR-Supporting Resources (FSRs) that are recommended by the FAIR community." . . . "Get recommended FSRs" . . "prefix rdfs: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix fip: \r\n\r\nselect distinct ?fsr ?fsr_label (group_concat(?community_link; separator = ', ') as ?communities) where {\r\n \r\n graph npa:graph {\r\n ?np npx:hasNanopubType fip:recommended-by .\r\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\r\n ?np dct:created ?date .\r\n ?np np:hasAssertion ?a .\r\n }\r\n graph ?a {\r\n ?fsr fip:recommended-by ?community .\r\n }\r\n\r\n { select ?fsr ?fsr_label where {\r\n \r\n { select ?latest_curators_assertion where {\r\n graph npa:graph {\r\n npa:hasValidSignatureForPublicKey ?curators_np_pk .\r\n ?latest_curators_np npa:hasValidSignatureForPublicKey ?curators_np_pk .\r\n filter not exists { ?latest_curators_npx npx:invalidates ?latest_curators_np ; npa:hasValidSignatureForPublicKey ?curators_np_pk . }\r\n ?latest_curators_np np:hasAssertion ?latest_curators_assertion .\r\n }\r\n graph npa:networkGraph {\r\n ?latest_curators_np (npx:supersedes)* .\r\n filter not exists { ?latest_curators_npxx npx:supersedes ?latest_curators_np }\r\n }\r\n } }\r\n\r\n graph npa:graph {\r\n ?np npx:introduces|npx:describes ?fsr .\r\n ?np rdfs:label ?fsr_label ;\r\n npa:hasValidSignatureForPublicKey ?pubkey ;\r\n dct:created ?date .\r\n filter(str(?date) > \"2022\")\r\n filter exists { ?np npx:hasNanopubType ?fsr_type . values ?fsr_type { fip:FAIR-Enabling-Resource fip:FAIR-Supporting-Resource } }\r\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n }\r\n\r\n filter not exists {\r\n graph ?da {\r\n ?disapprover npx:disapprovesOf ?np .\r\n }\r\n graph npa:graph {\r\n ?disapproval_np np:hasAssertion ?da ;\r\n npa:hasValidSignatureForPublicKey ?dpubkey .\r\n filter not exists { ?disapproval_npx npx:invalidates ?disapproval_np ; npa:hasValidSignatureForPublicKey ?dpubkey . }\r\n }\r\n graph ?latest_curators_assertion {\r\n ?qpubkeys npx:hasPublicKey ?dpubkey .\r\n }\r\n }\r\n } }\r\n\r\n { select ?community ?community_label where {\r\n \r\n graph npa:graph {\r\n ?np npx:hasNanopubType fip:FAIR-Implementation-Community .\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey ;\r\n dct:created ?date ;\r\n np:hasAssertion ?a .\r\n ?np npx:introduces|npx:describes ?community .\r\n ?np dct:created ?date . filter(str(?date) > \"2022\")\r\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n }\r\n graph ?a {\r\n ?community a fip:FAIR-Implementation-Community ;\r\n rdfs:label ?community_label .\r\n }\r\n } }\r\n bind(concat('', str(?community_label), '') as ?community_link)\r\n}\r\ngroup by ?fsr ?fsr_label\r\norder by ?fsr_label" . . "Tobias Kuhn" . "2026-01-26T15:35:47.841Z"^^ . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "IrL1vT8njd90MEPHulz9E4XpvAohu5yrXysbn+o8S7s4VhHokk5gYla0DNfsQPySSevzEPm3MFn07htzPVnpAWwPw8Gy0KI/j50dvg07Imkvm6l9y7MGl34hWxgpeP3l49rVG7Cdo/Sl3uiDjij1nIeBBv3Brv7kn2O9Fb8Edls=" . . .