@prefix this: . @prefix sub: . @prefix np: . @prefix grlc: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:get-space-informal-outputs a grlc:grlc-query; rdfs:label "Get informal / public-engagement outputs per project for a space and its sub-spaces"; grlc:endpoint ; grlc:sparql """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix nt: prefix gen: prefix ff: prefix prov: prefix foaf: select ?project ?project_label ?kind ?output ?output_label ?author_label ?np (\"^\" as ?np_label) where { values ?_space_multi_iri {} service { select (group_concat(distinct ?mpk; separator=\" \") as ?memberPubkeys) where { graph npa:graph { npa:hasCurrentSpaceState ?stateG . } values ?_space_multi_iri {} graph ?stateG { ?ri a gen:RoleInstantiation ; npa:forSpace ?_space_multi_iri ; npa:forAgent ?agent ; npa:hasRoleType ?rt . filter(?rt in (gen:AdminRole, gen:MaintainerRole, gen:MemberRole)) ?acct a npa:AccountState ; npa:agent ?agent ; npa:pubkey ?mpk . } } } graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?npPubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?npPubkey . } filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . } ?np np:hasAssertion ?a . ?np np:hasPublicationInfo ?pi . } filter(contains(?memberPubkeys, ?npPubkey)) graph ?a { ?project ?rel ?output . values ?rel { ff:has-blog-post ff:has-media-coverage ff:has-social-post ff:has-podcast ff:has-discussion } optional { ?output rdfs:label ?output_label } } filter(?project = ?_space_multi_iri || strstarts(str(?project), concat(str(?_space_multi_iri), \"/\"))) bind(strafter(str(?rel), \"https://w3id.org/fair/ff/terms/has-\") as ?kind) optional { graph ?pi { ?project nt:hasLabelFromApi ?project_label } } optional { graph ?a { ?output prov:wasAttributedTo ?author } graph ?pi { ?author foaf:name ?author_label } } } order by ?project_label ?kind ?output_label""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-07-13T07:47:43Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-space-informal-outputs; npx:supersedes ; rdfs:label "Get informal / public-engagement outputs per project for a space and its sub-spaces"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "QIzG8BeJffEE/rHh9fzkF46ZdRnIEyy42F6l/sAX3Ekivw3dusBU8J0B3dxteTgo56WoY7yOHxuN2mChN4QJuSbRnb7nnPzC7JEISCAjKzYiVgAPfQP7AI9jsRpZY/mIA9oOuS9zdFztkN5HU/NeomQJnZIAvKCyIU3VeJT2vYs="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }