. . . . "This query returns the FAIR Supporting Resources (FSRs) per scientific domain and for specific FIP (sub-)Questions. The parameter \"Domain\" expects the IRI of a domain. The parameter \"Question_Codes\" expects one or more FIP questions (e.g. F1-MD, I3-D)." . . . "FSR by domain and question" . . "prefix rdfs: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix dct: \r\nprefix fip: \r\n\r\nselect ?fsr (min(?fsr_label_x) as ?fsr_label)\r\n (group_concat(distinct str(?community); separator=\" \") as ?communities_multi_iri)\r\n (group_concat(distinct replace(str(?community), \"^.*[#/]\", \"\"); separator=\"\\n\") as ?communities_label_multi)\r\n (group_concat(distinct ?qcode; separator=\", \") as ?questions)\r\n (group_concat(distinct str(?subdomain); separator=\" \") as ?subdomains_multi_iri)\r\n (group_concat(distinct replace(str(?subdomain), \"^.*[#/]\", \"\"); separator=\"\\n\") as ?subdomains_label_multi)\r\n (count(distinct ?community) as ?count)\r\n (min(?fsrnp_x) as ?np) (min(\"^\") as ?np_label)\r\nwhere {\r\n { select distinct ?community ?subdomain where {\r\n graph npa:graph {\r\n ?cnp npa:hasValidSignatureForPublicKey ?cpubkey ;\r\n npx:hasNanopubType fip:FAIR-Implementation-Community ;\r\n np:hasAssertion ?ca .\r\n ?cnp npx:introduces|npx:describes ?community .\r\n filter not exists { ?cnp npx:hasNanopubType npx:ExampleNanopub . }\r\n filter not exists { ?cnpx npx:invalidates ?cnp ; npa:hasValidSignatureForPublicKey ?cpubkey . }\r\n }\r\n graph ?ca {\r\n ?community a fip:FAIR-Implementation-Community ;\r\n fip:has-research-domain ?subdomain .\r\n }\r\n graph {\r\n ?subdomain rdfs:subClassOf* ?_domain_iri .\r\n }\r\n } }\r\n graph ?fa {\r\n ?fip fip:declared-by ?community ;\r\n fip:has-declaration-index ?index .\r\n }\r\n graph npa:graph {\r\n ?fipnp np:hasAssertion ?fa ;\r\n npx:hasNanopubType fip:FAIR-Implementation-Profile ;\r\n npa:hasValidSignatureForPublicKey ?fippubkey .\r\n filter not exists { ?fipnp npx:hasNanopubType npx:ExampleNanopub . }\r\n filter not exists { ?fipnpx npx:invalidates ?fipnp ; npa:hasValidSignatureForPublicKey ?fippubkey . }\r\n ?index npa:hasValidSignatureForPublicKey ?ipubkey .\r\n filter not exists { ?indexx npx:invalidates ?index ; npa:hasValidSignatureForPublicKey ?ipubkey . }\r\n }\r\n graph npa:networkGraph {\r\n ?index npx:includesElement ?dnp .\r\n }\r\n graph npa:graph {\r\n ?dnp npx:hasNanopubType fip:FIP-Declaration ;\r\n np:hasAssertion ?da .\r\n }\r\n graph ?da {\r\n ?decl fip:declared-by ?community ;\r\n fip:refers-to-question ?question ;\r\n (fip:declares-current-use-of|fip:declares-planned-use-of) ?fsr .\r\n }\r\n \r\n # Extract the short question code (e.g., F1, R1.1)\r\n bind(replace(str(?question), \"^.*-([^-MD]+(-[MD]+)?)$\", \"$1\") as ?qcode)\r\n \r\n # MULTI-SELECT FILTER\r\n # If ?_question_codes is left empty, it ignores the filter. \r\n # Otherwise, it checks if the string contains the extracted ?qcode.\r\n filter(!bound(?_question_codes) || ?_question_codes = \"\" || contains(?_question_codes, ?qcode))\r\n \r\n optional {\r\n graph npa:graph {\r\n ?fsrnp_x npx:introduces|npx:describes ?fsr ;\r\n rdfs:label ?fsr_label_x ;\r\n npa:hasValidSignatureForPublicKey ?fpubkey .\r\n filter not exists { ?fsrnp_x npx:hasNanopubType npx:ExampleNanopub . }\r\n filter not exists { ?fsrnpx npx:invalidates ?fsrnp_x ; npa:hasValidSignatureForPublicKey ?fpubkey . }\r\n }\r\n }\r\n filter( bound(?fsrnp_x) || not exists { graph npa:graph { ?onp npx:introduces|npx:describes ?fsr . } } )\r\n}\r\ngroup by ?fsr\r\norder by desc(?count)" . . "Dario Bijker" . "Tobias Kuhn" . "2026-08-20T13:06:00.714Z"^^ . . . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCfUo0FLu1y2EeueL40lqkVdm9fTJa6WhF6MhyjhKAagbuaWe1wwyk453ot8KAQ3aHtL3B8Ze/aLf+wHrBhS0nz4wS6urc8ksIzlLCoa9KIfa0JuQunBLFptV0U9fTR8kDlPoB+klNrUfzeCXmkdgnnUiiwBoN+j1eN87XMSHKI3wIDAQAB" . "IC1gz52D5NlXXnBvHRttgAEGcmebdBLYcOgpGMisPczz7aBNEnCYvAnbheMCGScTf0cOP+85rvakrfFIAcFUzF9GK0msjjgMXxu2twKTytB6PcSUxu1uUmm9Bfy+JgjuHj+/6CeQgIjidmjsHYecuN/uF89DzO4/XpaqUyFJNv8=" . . .