. . . . "This query returns all FIP declarations that are part of the most recent versions of the FIP indexes, as these nanopubs are produced by the FIP Wizard." . . . "Get FIP declarations in indexes" . . "prefix rdfs: \r\nprefix fip: \r\nprefix dct: \r\nprefix dce: \r\nprefix npa: \r\nprefix npx: \r\nprefix np: \r\n\r\nselect ?fip_index ?fip_title ?decl_np where {\r\n graph npa:graph {\r\n ?fip_index npx:hasNanopubType npx:NanopubIndex .\r\n ?fip_index npa:hasValidSignatureForPublicKey ?pubkey .\r\n filter not exists { ?index_np_x npx:invalidates ?fip_index ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n ?fip_index np:hasAssertion ?index_a .\r\n ?fip_index rdfs:label ?fip_title .\r\n ?fip_index dct:created ?index_date .\r\n ?decl_np npa:hasValidSignatureForPublicKey ?decl_pubkey .\r\n filter not exists { ?decl_np_x npx:invalidates ?decl_np ; npa:hasValidSignatureForPublicKey ?decl_pubkey . }\r\n ?decl_np npx:hasNanopubType fip:FIP-Declaration .\r\n ?decl_np dct:created ?date .\r\n }\r\n graph ?index_a {\r\n ?fip_index npx:includesElement ?decl_np .\r\n }\r\n filter not exists {\r\n graph npa:graph {\r\n # Matching on the title string is an ugly hack:\r\n ?fip_newer_index rdfs:label ?fip_title .\r\n ?fip_newer_index npa:hasValidSignatureForPublicKey ?pubkey .\r\n filter not exists { ?fip_newer_index_x npx:invalidates ?fip_newer_index ; npa:hasValidSignatureForPublicKey ?pubkey . }\r\n ?fip_newer_index dct:created ?newer_date .\r\n }\r\n filter(?newer_date > ?index_date).\r\n }\r\n}" . . "Tobias Kuhn" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" . "kcFkA7U5JsXhXAKHfVDMl25IPdHiHHG3H48JgqcxvokYWCjB2QuLHAzicsR7/qAUFKkDtV9g3H23mvT2VNNBnpBpU2Rm8duTCxO1PIk/pFRbZEf2YZoS/4UlVFCAZzBIlg49anYmubQzHArl+4Pg1XF/b5nbS4KJtVHcLuWM+Ds=" . . . "2025-03-28T13:17:20.027Z"^^ . . . . . . . . . . .