. . . . "Returns the general statements in a space that are supported by more than one of its projects, one row per statement, with the number of supporting projects and the projects themselves listed as links. A statement counts as supported by a project when it generalises, via hycl:hasMoreGeneralMeaningThan, a statement that declares itself relevant for that project; the target may be a specific finding or another general statement, which is how a two-level hierarchy still resolves to the projects underneath it. Projects are the given space itself and every space whose IRI extends it with a slash, the same sub-space convention the sibling 'all projects' views use, and only nanopublications signed by a current admin, maintainer or member of one of those spaces are counted, with invalidated, superseded and example nanopublications skipped. The generalisation is matched one step at a time rather than with a property path, because a path inside a named graph would have to stay within a single nanopublication while these links are each asserted in their own. The count is filtered in an enclosing query rather than with HAVING, which returns nothing here when it recomputes the aggregate. This view is the counterpart of the per-project statement views: it shows only the knowledge that more than one project reaches, which is what makes a programme more than the sum of its projects." . . . "Get the statements of a space that more than one of its projects supports" . . "prefix np: \nprefix npa: \nprefix npx: \nprefix gen: \nprefix hycl: \nprefix rdfs: \n\nselect ?statement ?statement_label ?projects ?project_multi_iri ?project_label_multi\nwhere {\n {\n select ?statement ?statement_label\n (count(distinct ?project) as ?projects)\n (group_concat(distinct str(?project); separator=\"\\n\") as ?project_multi_iri)\n (group_concat(distinct ?projectLabel; separator=\"\\n\") as ?project_label_multi)\n where {\n values ?_space_multi_iri {}\n {\n select (group_concat(?mpk; separator=\" \") as ?memberPubkeys) where {\n service {\n select ?mpk where {\n values ?_space_multi_iri {}\n graph npa:graph { npa:hasCurrentSpaceState ?stateG . }\n graph ?stateG {\n ?ri a gen:RoleInstantiation ; npa:forSpace ?sp ; 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 filter(strstarts(str(?sp), str(?_space_multi_iri)))\n }\n }\n }\n }\n graph npa:graph {\n ?gnp np:hasAssertion ?ga ; np:hasPublicationInfo ?gpi ; npa:hasValidSignatureForPublicKeyHash ?gpk .\n filter not exists { ?gInv npx:invalidates ?gnp ; npa:hasValidSignatureForPublicKeyHash ?gpk }\n filter not exists { ?gSup npx:supersedes ?gnp }\n filter not exists { ?gnp npx:hasNanopubType npx:ExampleNanopub }\n }\n filter(contains(?memberPubkeys, ?gpk))\n graph ?ga { ?statement hycl:hasMoreGeneralMeaningThan ?supported . }\n graph npa:graph {\n ?snp np:hasAssertion ?sa ; npa:hasValidSignatureForPublicKeyHash ?spk .\n filter not exists { ?sInv npx:invalidates ?snp ; npa:hasValidSignatureForPublicKeyHash ?spk }\n filter not exists { ?sSup npx:supersedes ?snp }\n }\n filter(contains(?memberPubkeys, ?spk))\n graph ?sa { ?supported gen:isRelevantFor ?project . }\n filter(?project = ?_space_multi_iri || strstarts(str(?project), concat(str(?_space_multi_iri), \"/\")))\n optional { graph ?gpi { ?statement rdfs:label ?lbl } }\n bind(coalesce(?lbl, replace(replace(str(?statement), \"^.*/aida/\", \"\"), \"[+]\", \" \")) as ?statement_label)\n bind(replace(str(?project), \"^.*/\", \"\") as ?projectLabel)\n }\n group by ?statement ?statement_label\n }\n filter(?projects > 1)\n}\norder by desc(?projects) ?statement_label" . . "Tobias Kuhn" . "2026-09-08T13:36:51Z"^^ . . . . "Get the statements of a space that more than one of its projects supports" . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "ZfPQZnhTol7rEfneba3hyQFZSPvYq5ion2bNBPPB7DRC2xMT/AKNPie3B1knhGH8v3+dFn2gJf4Dhq2y2+KMi2jV44naaUSQzeUt/k/qZUuTYuN7jRCkDQOFACpI/tfgk4t9ul54swTG78lAElk4y75EnvK3jXK8Cz/xEfOjUs8=" . . .