. . . . "Returns R-FIP declarations: FIP declarations whose community has a Reference-FAIR-Implementation-Profile, matched with the latest R-FIP profile for that community." . . . "Get R-FIP declarations in context" . . "prefix rdfs: \nprefix fip: \nprefix dct: \nprefix npa: \nprefix npx: \nprefix np: \nprefix schema: \n\nselect ?fip_index ?fip_title ?decl_np where {\n # Find R-FIP profiles (latest per community)\n graph npa:graph {\n ?fip_index npx:hasNanopubType fip:Reference-FAIR-Implementation-Profile .\n ?fip_index npa:hasValidSignatureForPublicKeyHash ?pkh .\n filter not exists { ?inv npx:invalidates ?fip_index ; npa:hasValidSignatureForPublicKeyHash ?pkh . }\n ?fip_index np:hasAssertion ?rfip_a .\n ?fip_index npx:introduces ?rfip .\n ?fip_index dct:created ?rfip_date .\n }\n graph ?rfip_a {\n ?rfip rdfs:label ?fip_title .\n ?rfip fip:declared-by ?community .\n }\n # Keep only the latest R-FIP profile per community\n filter not exists {\n graph npa:graph {\n ?newer_rfip npx:hasNanopubType fip:Reference-FAIR-Implementation-Profile .\n ?newer_rfip npa:hasValidSignatureForPublicKeyHash ?nkh .\n filter not exists { ?ninv npx:invalidates ?newer_rfip ; npa:hasValidSignatureForPublicKeyHash ?nkh . }\n ?newer_rfip np:hasAssertion ?nra .\n ?newer_rfip dct:created ?newer_date .\n }\n graph ?nra {\n ?nrfip fip:declared-by ?community .\n }\n filter(?newer_date > ?rfip_date)\n }\n\n # Find FIP declarations from these R-FIP communities that have schema:version\n graph npa:graph {\n ?decl_np npx:hasNanopubType fip:FIP-Declaration .\n ?decl_np npa:hasValidSignatureForPublicKey ?dpk .\n filter not exists { ?dinv npx:invalidates ?decl_np ; npa:hasValidSignatureForPublicKey ?dpk . }\n ?decl_np np:hasAssertion ?decl_a .\n }\n graph ?decl_a {\n ?decl fip:declared-by ?community .\n ?decl schema:version ?version .\n }\n}" . . "2026-04-10T12:26:03Z"^^ . . . . "Get R-FIP declarations in context" . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "cV11D+la2C3Rt/LkuHrlZOn50lvF5qSfN6xkVCiRCUw8k0cjCMAiKa01ATiHMr/DCnW+u9Un/TL78LMBH4iczxsk2MsKeH88rwmy6Egt4N5aGoTLzGY0akIMCQtNNF0MnXT/64tGOpQQw5bA8RY8hT9uFVxfVmAf1Q6guDFTGgo=" . . .