. . . . "Returns all FAIR outputs (ff:has-* relations) linked to the given space or any of its sub-spaces (by IRI nesting), with the project each output belongs to, the output title, and the kind of output. Restricted to links authored by a member, maintainer, or admin of some space in the subtree. Works at any level: a single project, a programme, or a top-level organization." . . . "Get FAIR outputs for space and sub-spaces" . . "prefix rdfs: \nprefix np: \nprefix npa: \nprefix npx: \nprefix nt: \nprefix gen: \nprefix ff: \n\nselect ?project ?project_label ?output ?output_label ?kind ?np (\"^\" as ?np_label)\nwhere {\n values ?_space_multi_iri {}\n values ?outputProp { ff:has-article ff:has-dataset ff:has-software ff:has-method ff:has-dmp ff:has-preregistration ff:has-presentation }\n service {\n select (group_concat(distinct ?mpk; separator=\" \") as ?memberPubkeys) where {\n graph npa:graph { npa:hasCurrentSpaceState ?stateG . }\n values ?_space_multi_iri {}\n graph ?stateG {\n ?ri a gen:RoleInstantiation ; npa:forSpace ?proj ; npa:forAgent ?agent ; npa:hasRoleType ?rt .\n filter(?rt in (gen:AdminRole, gen:MaintainerRole, gen:MemberRole))\n filter(?proj = ?_space_multi_iri || strstarts(str(?proj), concat(str(?_space_multi_iri), \"/\")))\n ?acct a npa:AccountState ; npa:agent ?agent ; npa:pubkey ?mpk .\n }\n }\n }\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?npPubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?npPubkey . }\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\n ?np np:hasAssertion ?a .\n ?np np:hasPublicationInfo ?pi .\n }\n filter(contains(?memberPubkeys, ?npPubkey))\n graph ?a { ?project ?outputProp ?output . }\n filter(?project = ?_space_multi_iri || strstarts(str(?project), concat(str(?_space_multi_iri), \"/\")))\n optional { graph ?a { ?output rdfs:label ?output_label0 } }\n optional { graph ?pi { ?output nt:hasLabelFromApi ?output_label1 } }\n optional { graph ?pi { ?project nt:hasLabelFromApi ?project_label } }\n bind(coalesce(?output_label0, ?output_label1) as ?output_label)\n bind(strafter(str(?outputProp), \"https://w3id.org/fair/ff/terms/has-\") as ?kind)\n}\norder by ?project_label ?kind ?output_label" . . "Tobias Kuhn" . "2026-07-03T13:09:25Z"^^ . . . . . "Get FAIR outputs for space and sub-spaces" . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "XvzYT5Gi88Ct6y5OM5FTlOBbybDMhG+QcB0xrTOGldG97+7lfsEPXdc5GNKp+cE8xW+VhZ9Io60jqBJjvWYhFfibuE6Ulk6H6NpxnvXZ/W7UXnklTd98LXvF2aUjsCYj+qH5xqPhTBgTFMHfI5x5XZu/ANeguEvoDyaidGIknIQ=" . . .