. . . . "Full-text search over FAIR Implementation Communities restricted to a research domain: like the FAIR community search, but only communities whose research domain is the given domain or one of its sub-domains (resolved through the Research domains (SRAO) resource of the FAIR Implementation Space) are returned. Pass the domain IRI as it appears in SRAO (e.g. http://purl.obolibrary.org/obo/OMIT_0011790 for Natural Science)." . . . "FAIR community search by domain" . . "prefix rdf: \nprefix rdfs: \nprefix np: \nprefix npa: \nprefix npx: \nprefix xsd: \nprefix dct: \nprefix owl: \nprefix foaf: \nprefix prov: \nprefix skos: \nprefix schema: \nprefix gen: \nprefix fip: \nprefix tpff: \nprefix search: \n\nselect ?community (min(?community_label) as ?community_label) (group_concat(distinct ?ctype_label; separator=\", \") as ?type)\n (group_concat(distinct ?top_label; separator=\", \") as ?domains) (count(distinct ?domain) as ?subdomains)\n (coalesce(min(?fips_x), 0) as ?fips) (max(?qualified_x) as ?qualified) (max(?score) as ?score) (min(?np) as ?np) (\"^\" as ?np_label) where {\n { select distinct ?subdomain where { service {\n graph npa:graph {\n ?srao_np npx:describes ;\n npa:hasValidSignatureForPublicKeyHash \"9069576dbf1967483c9a3095fb8a7c38b4770974a1733c681d5969e14e455e2b\" ;\n np:hasAssertion ?srao_a .\n filter not exists { ?srao_x npx:invalidates ?srao_np ; npa:hasValidSignatureForPublicKeyHash \"9069576dbf1967483c9a3095fb8a7c38b4770974a1733c681d5969e14e455e2b\" . }\n }\n graph ?srao_a { ?subdomain rdfs:subClassOf* ?_domain_iri . }\n } } }\n { select ?np ?community_label ?date (max(?score_x) as ?score) where {\n graph npa:graph {\n ?np npx:hasNanopubType fip:FAIR-Implementation-Community ; rdfs:label ?community_label ; npa:hasValidSignatureForPublicKey ?pk ; dct:created ?date .\n filter(str(?date) > \"2022\")\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\n filter not exists { ?x npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pk . }\n }\n ?np search:matches [ search:query ?_query ; search:property npa:hasFilterLiteral ; search:score ?score_x ] .\n } group by ?np ?community_label ?date order by desc(?score) limit 200 }\n service {\n graph npa:graph { ?np np:hasAssertion ?a ; npx:introduces ?community . }\n graph ?a {\n ?community fip:has-research-domain ?subdomain ; fip:has-research-domain ?domain .\n optional { ?community a ?ctype . filter(?ctype != fip:FAIR-Implementation-Community && strstarts(str(?ctype), \"https://w3id.org/fair/fip/terms/\")) }\n }\n }\n bind(replace(replace(str(?ctype), \"^.*/\", \"\"), \"-\", \" \") as ?ctype_label)\n optional { service {\n graph npa:graph {\n ?srao_np npx:describes ;\n npa:hasValidSignatureForPublicKeyHash \"9069576dbf1967483c9a3095fb8a7c38b4770974a1733c681d5969e14e455e2b\" ;\n np:hasAssertion ?srao_a .\n filter not exists { ?srao_x npx:invalidates ?srao_np ; npa:hasValidSignatureForPublicKeyHash \"9069576dbf1967483c9a3095fb8a7c38b4770974a1733c681d5969e14e455e2b\" . }\n }\n graph ?srao_a { ?domain rdfs:subClassOf* ?top . filter not exists { ?top rdfs:subClassOf ?tp . } ?top rdfs:label ?top_label . }\n } }\n optional { service { select ?community (count(distinct ?fipnp) as ?fips_x) where {\n graph npa:graph { ?fipnp npx:hasNanopubType fip:FAIR-Implementation-Profile ; np:hasAssertion ?fa ; npa:hasValidSignatureForPublicKey ?fpk . filter not exists { ?fx npx:invalidates ?fipnp ; npa:hasValidSignatureForPublicKey ?fpk . } }\n graph ?fa { ?fip fip:declared-by ?community . }\n } group by ?community } }\n optional {\n { select ?qpk where { service { select distinct ?qpk where {\n graph npa:graph {\n npa:hasValidSignatureForPublicKey ?curators_pk .\n ?curators_np npa:hasValidSignatureForPublicKey ?curators_pk ; np:hasAssertion ?curators_a .\n filter not exists { ?curators_x npx:invalidates ?curators_np ; npa:hasValidSignatureForPublicKey ?curators_pk . }\n }\n graph npa:networkGraph {\n ?curators_np (npx:supersedes)* .\n filter not exists { ?curators_y npx:supersedes ?curators_np }\n }\n graph ?curators_a { ?qk npx:hasPublicKey ?qpk . }\n } } } }\n service {\n graph npa:graph { ?qnp np:hasAssertion ?qa ; npa:hasValidSignatureForPublicKey ?qpk . filter not exists { ?qx npx:invalidates ?qnp ; npa:hasValidSignatureForPublicKey ?qpk . } }\n graph ?qa { ?qualifier npx:qualifies ?np . }\n values ?qualifier { }\n }\n }\n bind(if(bound(?qnp), \"✓\", \"\") as ?qualified_x)\n\n} group by ?community order by desc(?score)\n" . . "Tobias Kuhn" . "2026-09-11T10:22:36Z"^^ . . . . . "FAIR community search by domain" . . . . . "RSA" . "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZAkv4Mu1YSUxQMriBnhYunqosX5wpuQ3FjUyzW8wTC51wjCmhsChyhS+mCx7Od+2MTDpdhxDWA+pH1r9AX508X2rIY/sbpMS+pd56e0qKPQ0t4folln1TgamPN9iOlY/yLc2x27AdipWIGXUdtL2iAcb+P/Y5dQS2AkHMS3lP2e5JBL5/bD/10qvTLKvdsqIKts8qjuLpxr9CFbsS2gLjMkXL5D2IsJ0cL5sgmIfS1inLVxIfXrS/OgqYNFqeNznUYCVWfo0g7DKjnjiICz3omeQeJFLYwlJ6PhUhYDQS6O318DGwUCwhnuXbBbwL9evZa2I/0Pwu5xpZdNLYJ5UwIDAQAB" . "QBT8Fy20R78iNvL5q4igIS4SHjB86TEmN0S8KiHqiTFPExMPxHTZVfgPyMula5+NnG/21G1iuNRsdqdhrtOCQhxCB6L4/8/Ol/82rnnsr5Dmw8zjBHx6nhJjL1M5w634XwNCsf3/wcpKPNL9ba7pCEYKgw3eZ0m7aaE9KIi8oe1UtGyIZRzOeET1na2Jk8iJsCaOwHWRmhU9DwFVqXTMntv7cgDqQhU8WVpkYSAfDpAJqsEJmQwtx0TShyUWEJUEJvI3NAnLxzRfRczftzmckOj7uGgEIdKsHpRrl760DxNlT9+/kgxxm8LXlRfVI0XRozleOblgJJ6LSbh9KV5OMQ==" . . .