. . . . "This query returns the most popular FAIR Supporting Resources (FSRs) for a given research domain, based on the FIP declarations of the FAIR Implementation Communities in that domain (including its subdomains). Only declarations belonging to a current (non-invalidated) FIP declaration index are counted, so declarations from superseded FIP versions are excluded. The optional question parameter restricts the results to declarations referring to a specific FIP question (e.g. https://w3id.org/fair/fip/terms/FIP-Question-F4-MD). Results are ordered by the number of distinct declaring communities." . . . "Most popular FSRs by domain" . . "prefix rdfs: \nprefix np: \nprefix npa: \nprefix npx: \nprefix dct: \nprefix fip: \n\nselect ?fsr (min(?fsr_label_x) as ?fsr_label) (min(?fsrnp_x) as ?fsrnp)\n (group_concat(distinct ?community_label; separator=\", \") as ?communities)\n (group_concat(distinct str(?subdomain); separator=\" \") as ?subdomains)\n (count(distinct ?community) as ?count)\nwhere {\n { select distinct ?community ?community_label ?subdomain where {\n graph npa:graph {\n ?cnp npa:hasValidSignatureForPublicKey ?cpubkey ;\n npx:hasNanopubType fip:FAIR-Implementation-Community ;\n np:hasAssertion ?ca .\n ?cnp npx:introduces|npx:describes ?community .\n filter not exists { ?cnp npx:hasNanopubType npx:ExampleNanopub . }\n filter not exists { ?cnpx npx:invalidates ?cnp ; npa:hasValidSignatureForPublicKey ?cpubkey . }\n }\n graph ?ca {\n ?community a fip:FAIR-Implementation-Community ;\n rdfs:label ?community_label ;\n fip:has-research-domain ?subdomain .\n }\n graph {\n ?subdomain rdfs:subClassOf* ?_domain_iri .\n }\n } }\n # current FIP of the community -> its declaration index (must not be invalidated)\n graph ?fa {\n ?fip fip:declared-by ?community ;\n fip:has-declaration-index ?index .\n }\n graph npa:graph {\n ?fipnp np:hasAssertion ?fa ;\n npx:hasNanopubType fip:FAIR-Implementation-Profile ;\n npa:hasValidSignatureForPublicKey ?fippubkey .\n filter not exists { ?fipnp npx:hasNanopubType npx:ExampleNanopub . }\n filter not exists { ?fipnpx npx:invalidates ?fipnp ; npa:hasValidSignatureForPublicKey ?fippubkey . }\n ?index npa:hasValidSignatureForPublicKey ?ipubkey .\n filter not exists { ?indexx npx:invalidates ?index ; npa:hasValidSignatureForPublicKey ?ipubkey . }\n }\n # declarations listed in that index\n graph npa:networkGraph {\n ?index npx:includesElement ?dnp .\n }\n graph npa:graph {\n ?dnp npx:hasNanopubType fip:FIP-Declaration ;\n np:hasAssertion ?da .\n }\n graph ?da {\n ?decl fip:declared-by ?community ;\n fip:refers-to-question ?__question_iri ;\n (fip:declares-current-use-of|fip:declares-planned-use-of) ?fsr .\n }\n optional {\n graph npa:graph {\n ?fsrnp_x npx:introduces|npx:describes ?fsr ;\n rdfs:label ?fsr_label_x ;\n npa:hasValidSignatureForPublicKey ?fpubkey .\n filter not exists { ?fsrnp_x npx:hasNanopubType npx:ExampleNanopub . }\n filter not exists { ?fsrnpx npx:invalidates ?fsrnp_x ; npa:hasValidSignatureForPublicKey ?fpubkey . }\n }\n }\n # drop FSR ids whose introducing nanopub(s) were all retracted/superseded\n filter( bound(?fsrnp_x) || not exists { graph npa:graph { ?onp npx:introduces|npx:describes ?fsr . } } )\n}\ngroup by ?fsr\norder by desc(?count)" . . "Tobias Kuhn" . "2026-08-18T08:58:04Z"^^ . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "hGXVXTYN8SdzU8ShbnxS7+XCBEg66yQ8VhkUoy9qSz97+Slq4yMbHA78DGh2UHIyQW8rSeIMZ7rB/ZWeKkxcyAlgmjDRP2YiC+k7eSC+jvAl4OmFCxzHsSZVpBPNLa+D0y9yQAAUOijA9Z3YDSTwDztUQ/EYbEy/07/O4Cm8eks=" . . .