. . . . "Returns all FAIR Implementation Profiles (FIPs) from their latest non-invalidated nanopublications: the FIP, its declaring community (name only), version, publication date, the number of FIP declarations in its declaration index, and the top-level research domains of its community (the SRAO roots that the community's domains fall under, resolved through the Research domains (SRAO) resource of the FAIR Implementation Space). Reference FIPs (rFIPs) are listed by the separate rFIP view and excluded here. Example nanopublications are excluded. Rows are ordered by publication date, newest first, so that the most recently published FIPs are the ones shown on the first page; the date column is also sortable in the rendered table. The declaration count is computed once per declaration index in a self-contained sub-select rather than by joining the index elements into the main pattern: counted inline, each FIP was multiplied by its ~50 index elements and then again by its research domains before aggregation, which made the query take 25 to 60 seconds and risk the gateway timeout. Result-identical, and about five times faster." . . . "Get all FIPs" . . "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 ?fip (min(?fip_label) as ?fip_label) (min(?community) as ?community) (min(?community_label) as ?community_label) (min(?version) as ?version)\n (coalesce(min(?decl_count), 0) as ?declarations)\n (group_concat(distinct ?top_label; separator=\", \") as ?domains)\n (min(?date) as ?date) (min(?np) as ?np) (\"^\" as ?np_label)\nwhere {\n graph npa:graph {\n ?np npx:hasNanopubType fip:FAIR-Implementation-Profile ; npx:introduces ?fip ; npa:hasValidSignatureForPublicKey ?pk ; dct:created ?date ; np:hasAssertion ?a .\n filter not exists { ?np npx:hasNanopubType fip:Reference-FAIR-Implementation-Profile . }\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\n filter not exists { ?x npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pk . }\n }\n graph ?a {\n ?fip a fip:FAIR-Implementation-Profile ; rdfs:label ?fip_label ; fip:declared-by ?community .\n optional { ?fip schema:version| ?version . }\n optional { ?fip fip:has-declaration-index ?index . }\n }\n optional {\n { select ?index (count(distinct ?decl_np) as ?decl_count) where {\n graph npa:networkGraph { ?index npx:includesElement ?decl_np . }\n } group by ?index }\n }\n optional {\n graph npa:graph { ?cnp npx:hasNanopubType fip:FAIR-Implementation-Community ; npx:introduces|npx:describes ?community ; np:hasAssertion ?ca ; npa:hasValidSignatureForPublicKey ?cpk . filter not exists { ?cx npx:invalidates ?cnp ; npa:hasValidSignatureForPublicKey ?cpk . } }\n graph ?ca { ?community rdfs:label ?community_label . optional { ?community fip:has-research-domain ?domain . } }\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 optional { graph ?srao_a { ?domain rdfs:subClassOf* ?top . filter not exists { ?top rdfs:subClassOf ?tp . } ?top rdfs:label ?top_label . } }\n\n }\n} group by ?fip order by desc(min(?date))\n" . . "Tobias Kuhn" . "2026-09-17T07:22:37Z"^^ . . . . . "Get all FIPs" . . . . . "RSA" . "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZAkv4Mu1YSUxQMriBnhYunqosX5wpuQ3FjUyzW8wTC51wjCmhsChyhS+mCx7Od+2MTDpdhxDWA+pH1r9AX508X2rIY/sbpMS+pd56e0qKPQ0t4folln1TgamPN9iOlY/yLc2x27AdipWIGXUdtL2iAcb+P/Y5dQS2AkHMS3lP2e5JBL5/bD/10qvTLKvdsqIKts8qjuLpxr9CFbsS2gLjMkXL5D2IsJ0cL5sgmIfS1inLVxIfXrS/OgqYNFqeNznUYCVWfo0g7DKjnjiICz3omeQeJFLYwlJ6PhUhYDQS6O318DGwUCwhnuXbBbwL9evZa2I/0Pwu5xpZdNLYJ5UwIDAQAB" . "LUwLvaVA8f4Eu+gWRCCZSu4ae1ztxuMxSN5cgglGPRzOSNETwXkuSlTfLVKQbxrK1ggjaxwn/+PZZ5dwNMhdZRHPssV/povIwCMdUWIefgW1jYvK0OS6gYWen/fq82RMhDLXySGzRhD/aztEDPLrVJQFCcAHoRmpjDvHfnWpMJ5JioyqdrhpvM4z9Di0Jyi+d3z69h4NSuewQJbX7DatmNTaWR/T2Wo8f6QzzV+TzY0yobKQctLkzfrwzYcRlgJ0wYmfPbWVyaFO5nJDURhyBBMbu3p59mJgYcVNl2/Q3S78ofX3jSVR28Y4Y21PtLQgPGZpow62sDbDEbn+XOq4RA==" . . .