. . . . "Returns the claims (AIDA sentences) that are candidates for a FAIR Compendium of Contributed Knowledge ('partid'): all AIDA sentence nanopublications signed with a public key declared by the agent the compendium covers, whose sentence is derived (prov:wasDerivedFrom) from a paper of the compendium, i.e. a scholarly work whose author list contains the covered agent and whose publication date falls in the covered year. Matching is done by public key rather than npx:signedBy. The compendium's covered agent and year are resolved from its latest non-invalidated defining nanopub." . . . "Get claims for FAIR Compendium" . . "prefix rdf: \r\nprefix rdfs: \r\nprefix dct: \r\nprefix gen: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix bibo: \r\nprefix prov: \r\nprefix hycl: \r\n\r\nselect distinct ?aida ?aida_label ?paper ?paper_label ?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 np:hasAssertion ?a .\r\n optional { ?np rdfs:label ?nplabel }\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 ?aida rdf:type hycl:AIDA-Sentence ;\r\n prov:wasDerivedFrom ?paper .\r\n }\r\n graph npa:graph {\r\n ?pnp npa:hasValidSignatureForPublicKeyHash ?ppkh ;\r\n (npx:introduces|npx:describes) ?paper ;\r\n np:hasAssertion ?pa .\r\n filter not exists { ?pnpi npx:invalidates ?pnp ; npa:hasValidSignatureForPublicKeyHash ?ppkh . }\r\n }\r\n graph ?pa {\r\n ?paper dct:date ?pdate ;\r\n bibo:authorList ?al .\r\n ?al ?memberprop ?agent .\r\n optional { ?paper dct:title ?ptitle }\r\n }\r\n filter(strstarts(str(?memberprop), 'http://www.w3.org/1999/02/22-rdf-syntax-ns#_'))\r\n filter(strstarts(str(?pdate), str(?year)))\r\n bind(replace(coalesce(?nplabel, str(?aida)), '^AIDA sentence: ', '') as ?aida_label)\r\n bind(coalesce(?ptitle, str(?paper)) as ?paper_label)\r\n} order by ?paper ?aida" . . "Tobias Kuhn" . "2026-07-27T17:07:58.843+02:00"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "Jmf5/KaN2MOs6TpuNNZkmxoOzm1DquLrSpZDGnDU8IB3jyGILpffp+nflY99MPu7xIhbBLCBj71oNsG2/Rl3/ksqRD87LOumW+Dcu9Z/uLo0Yu+ur6cuZzZ/Vrp34b3T3DXrk0tcQzcdzhMbYLXkZFeU6AnedCvf0R6LxmsDAc4=" . . .