. . . . "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." . . . "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 (count(distinct ?decl_np) 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 { graph npa:networkGraph { ?index npx:includesElement ?decl_np . } }\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 ?fip_label\n" . . "Tobias Kuhn" . "2026-09-11T10:21:20Z"^^ . . . . . "Get all FIPs" . . . . . "RSA" . "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZAkv4Mu1YSUxQMriBnhYunqosX5wpuQ3FjUyzW8wTC51wjCmhsChyhS+mCx7Od+2MTDpdhxDWA+pH1r9AX508X2rIY/sbpMS+pd56e0qKPQ0t4folln1TgamPN9iOlY/yLc2x27AdipWIGXUdtL2iAcb+P/Y5dQS2AkHMS3lP2e5JBL5/bD/10qvTLKvdsqIKts8qjuLpxr9CFbsS2gLjMkXL5D2IsJ0cL5sgmIfS1inLVxIfXrS/OgqYNFqeNznUYCVWfo0g7DKjnjiICz3omeQeJFLYwlJ6PhUhYDQS6O318DGwUCwhnuXbBbwL9evZa2I/0Pwu5xpZdNLYJ5UwIDAQAB" . "vBFAG49QFGATyLlrlMkeahDub+FHlezmvEFyEUIveeaQRBLGBHzPCBtaw8Xs+CWBrZIljtOo0Px4ubvIVs4zKrvfiw5mWJYqm/36nvH/D9wemjdsAH503n9OijGhA5+CJuiiq5A34h4g+qUGNBerY1KQabVv4v5xrSxoXPLesSG+cywtJDyxR1EWUrtREDMjkPM1+0knf+ywvlMoLazCu3kQaf4HZNg2rK5VZSnQpj8NA78gAksodvVPeYzqcb+LKLsEfyUL1kkB8ny+umltGuViwiX9kQIJ1wZq75hkp8Zzkm7+SOv3TZE3CKRMI/A/jbVnuKj3fOHVwGlqcmRYmw==" . . .