. . . . "Returns the findings of a given project, expressed as AIDA sentences, reached through the project's studies: a sentence is included when it declares support from a study (OBI investigation) that is part of the project. Shows the sentence, the study it came out of, the other sources it obtains support from, and who the statement is attributed to." . . . "Get findings for project" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \nprefix obo: \nprefix hycl: \nprefix cito: \nprefix prov: \nprefix foaf: \n\nselect ?statement ?statement_label ?study ?study_label\n (group_concat(distinct str(?source); separator=\"\\n\") as ?source_multi_iri)\n (group_concat(distinct ?authorLabel; separator=\"\\n\") as ?author_label_multi)\n ?np (\"^\" as ?np_label)\nwhere {\n values ?_project_multi_iri {}\n service {\n select (group_concat(?mpk; separator=\" \") as ?memberPubkeys) where {\n graph npa:graph { npa:hasCurrentSpaceState ?stateG . }\n values ?_project_multi_iri {}\n graph ?stateG {\n ?_project_multi_iri npa:isMaintainedBy? ?space .\n ?ri a gen:RoleInstantiation ; npa:forSpace ?space ; npa:forAgent ?agent ; npa:hasRoleType ?roleType .\n filter(?roleType in (gen:AdminRole, gen:MaintainerRole, gen:MemberRole))\n ?acct a npa:AccountState ; npa:agent ?agent ; npa:pubkey ?mpk .\n }\n }\n }\n graph npa:graph {\n ?studyNp npa:hasValidSignatureForPublicKeyHash ?studyPubkey .\n filter not exists { ?studyInv npx:invalidates ?studyNp ; npa:hasValidSignatureForPublicKeyHash ?studyPubkey . }\n filter not exists { ?studySup npx:supersedes ?studyNp . }\n ?studyNp np:hasAssertion ?sa .\n ?studyNp np:hasPublicationInfo ?spi .\n }\n filter(contains(?memberPubkeys, ?studyPubkey))\n graph ?sa {\n ?study a obo:OBI_0000066 ;\n dct:isPartOf ?_project_multi_iri .\n optional { ?study rdfs:label ?study_label }\n }\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?npPubkey .\n filter not exists { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?npPubkey . }\n filter not exists { ?sup npx:supersedes ?np . }\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\n ?np np:hasAssertion ?a .\n ?np np:hasProvenance ?prov .\n ?np np:hasPublicationInfo ?pi .\n }\n filter(contains(?memberPubkeys, ?npPubkey))\n graph ?a {\n ?statement a hycl:AIDA-Sentence ;\n cito:obtainsSupportFrom ?study .\n }\n optional { graph ?pi { ?np rdfs:label ?statement_label } }\n optional {\n graph ?a { ?statement cito:obtainsSupportFrom ?source }\n filter(?source != ?study)\n }\n optional {\n graph ?prov { ?a prov:wasAttributedTo ?author }\n graph ?pi { ?author foaf:name ?authorLabel }\n }\n}\ngroup by ?statement ?statement_label ?study ?study_label ?np\norder by ?study_label ?statement_label" . . "Tobias Kuhn" . "2026-08-14T08:30:00Z"^^ . . . . "Get findings for project" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "l12G8BKeP/ROGYtgrCUKbPz7uOEIFdWNjMmLSGdaaFKZQysA28wD3HJV9sa6yPgvqqZjtoB99fBRIvpIsHqFkCUnmYBSaAo6nuF9+ReKjxs7H9bVo4eeSctPDiczgIhDeQOhTEo6ufp5WCXmOg+Dn+MfpduqjaZi5plVfS+FNUI=" . . .