. . . . "Returns the review comments that are candidates for a FAIR Compendium of Contributed Knowledge ('partid'): all LinkFlows review comments in nanopublications signed with a public key declared by the agent the compendium covers, and created in the covered year. Matching is done by public key rather than npx:signedBy, so it also finds older nanopublications that lack npx:signedBy in their publication info. The compendium's covered agent and year are resolved from its latest non-invalidated defining nanopub." . . . "Get review comments for FAIR Compendium" . . "prefix rdf: \r\nprefix dct: \r\nprefix gen: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix lf: \r\n\r\nselect distinct ?comment ?comment_label ?target ?date ?np (\"^\" as ?np_label) where {\r\n service {\r\n graph npa:graph {\r\n ?dnp npa:hasValidSignatureForPublicKeyHash ?dpk ;\r\n (npx:introduces|npx:describes|npx:embeds) ?_partid_iri ;\r\n dct:created ?ddate ;\r\n np:hasAssertion ?da .\r\n filter not exists { ?inv npx:invalidates ?dnp ; npa:hasValidSignatureForPublicKeyHash ?dpk . }\r\n filter not exists {\r\n ?dnp2 npa:hasValidSignatureForPublicKeyHash ?pk2 ;\r\n (npx:introduces|npx:describes|npx:embeds) ?_partid_iri ;\r\n dct:created ?ddate2 .\r\n filter not exists { ?inv2 npx:invalidates ?dnp2 ; npa:hasValidSignatureForPublicKeyHash ?pk2 . }\r\n filter(?ddate2 > ?ddate)\r\n }\r\n }\r\n graph ?da {\r\n ?_partid_iri gen:coversAgent ?agent ;\r\n gen:coversTime ?year .\r\n }\r\n }\r\n graph ?gk { ?kd npx:declaredBy ?agent ; npx:hasPublicKey ?pubkey . }\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKey ?pubkey ;\r\n npa:hasValidSignatureForPublicKeyHash ?pkh ;\r\n dct:created ?date ;\r\n np:hasAssertion ?a .\r\n filter not exists { ?npi npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pkh . }\r\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\r\n }\r\n graph ?a {\r\n ?comment rdf:type lf:ReviewComment ;\r\n lf:hasCommentText ?comment_label ;\r\n lf:refersTo ?target .\r\n }\r\n filter(strstarts(str(?date), str(?year)))\r\n} order by ?date" . . "Tobias Kuhn" . "2026-07-27T16:46:51.074+02:00"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "ZlLXHj+PuKVai7LPqtTrJ4Bc36TB10VzxgZG/SqrLMhHMkyNs5zl7IeBHGTcqHALkIkaDyckkrv6hLGuvbWynnxXAx/lE1nb/W+982VGhWS1t0gMtvzhKNk3rpxJpdhn99ed8aanVUGBuIh8L8vFN5XnmHj/UKyx6csznhe2eCA=" . . .