@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-project-informal-outputs a grlc:grlc-query; dct:description "Returns the informal / public-engagement outputs of a given project (blog posts, media coverage, social posts, podcasts, discussions, via the ff:has-informal-output sub-properties), with each output's title and author, restricted to links authored by a member, maintainer, or admin of the project's space."; dct:license ; rdfs:label "Get informal / public-engagement outputs for project"; 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 ?kind ?output ?output_label ?author_label ?np (\"^\" as ?np_label) where { values ?_project_multi_iri {} service { select (group_concat(?mpk; separator=\" \") as ?memberPubkeys) where { graph npa:graph { npa:hasCurrentSpaceState ?stateG . } values ?_project_multi_iri {} graph ?stateG { ?_project_multi_iri npa:isMaintainedBy? ?space . ?ri a gen:RoleInstantiation ; npa:forSpace ?space ; npa:forAgent ?agent ; npa:hasRoleType ?roleType . filter(?roleType 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 { ?supNp npx:supersedes ?np . } filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . } ?np np:hasAssertion ?a . ?np np:hasPublicationInfo ?pi . } filter(contains(?memberPubkeys, ?npPubkey)) graph ?a { ?_project_multi_iri ?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 } } bind(strafter(str(?rel), \"https://w3id.org/fair/ff/terms/has-\") as ?kind) optional { graph ?a { ?output prov:wasAttributedTo ?author } graph ?pi { ?author foaf:name ?author_label } } } order by ?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-08-13T04:00:00Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-project-informal-outputs; rdfs:label "Get informal / public-engagement outputs for project"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "UpqH9V0cglOHoyokS2HSIl8uh6XSu+dhfrywEGqh8QF0Wlx82lqZP44lWhgl2cUT410dzrQ7kRK1NLx7Xr8sEiVl/6yXu3g2UXDAFsN/pA5Lt02Mr1aihqrpzgMlm5gA6sRtOSMbIzAS0lYIFNRngAYcOEL68oD41cgwxiIUwZ8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }