. . . . "This query returns FAQ answers or edits contributed by users who are NOT members of the space maintaining the entity: the inverse of the member-gated FAQ views. For each entry only the single latest non-member nanopub is returned, and only when it is newer (by timestamp) than the latest member version of that entry — i.e. the contribution that would win most-recent-wins if its author were a member (a pending suggestion). The member public-key hashes are resolved server-side from the spaces repo (/repo/spaces). override_target holds the suggestion nanopub itself, so a member can override it to accept the suggestion. Placeholder stubs (gen:UnansweredQuestion) are excluded." . . . "Get non-member FAQ suggestions for an entity" . . "prefix rdf: \nprefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix schema: \nprefix gen: \nprefix foaf: \n\nselect ?question ?content ?suggester (sample(?sname) as ?suggester_label)\n (?np as ?override_target) ?np (\"^\" as ?np_label) where {\n service {\n select (group_concat(?mpk; separator=\" \") as ?memberPubkeys) where {\n graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?stateG . }\n values ?_resource_multi_iri {}\n graph ?stateG {\n ?_resource_multi_iri npa:isMaintainedBy? ?space .\n ?ri a gen:RoleInstantiation ; npa:forSpace ?space ; npa:forAgent ?agent ;\n npa:hasRoleType ?rt .\n filter(?rt 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 ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\n ?np dct:created ?date .\n ?np np:hasAssertion ?a .\n optional { ?np npx:signedBy ?suggester . }\n }\n filter(!contains(?memberPubkeys, ?pubkey))\n graph ?a {\n ?faq rdf:type schema:Question .\n ?faq rdfs:label ?question .\n ?faq gen:hasContent ?content .\n values ?_resource_multi_iri {}\n ?faq dct:isPartOf ?_resource_multi_iri .\n filter not exists { ?faq rdf:type gen:UnansweredQuestion }\n }\n filter not exists {\n graph npa:graph {\n ?mnp npa:hasValidSignatureForPublicKeyHash ?mpk2 .\n filter not exists { ?mx npx:invalidates ?mnp ; npa:hasValidSignatureForPublicKeyHash ?mpk2 . }\n ?mnp dct:created ?mdate .\n ?mnp np:hasAssertion ?ma .\n }\n filter(contains(?memberPubkeys, ?mpk2))\n graph ?ma { ?faq rdf:type schema:Question . }\n filter(?mdate >= ?date)\n }\n filter not exists {\n graph npa:graph {\n ?np2 npa:hasValidSignatureForPublicKeyHash ?pubkey2 .\n filter not exists { ?npx2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKeyHash ?pubkey2 . }\n ?np2 dct:created ?date2 .\n ?np2 np:hasAssertion ?a2 .\n }\n filter(!contains(?memberPubkeys, ?pubkey2))\n graph ?a2 {\n ?faq rdf:type schema:Question .\n filter not exists { ?faq rdf:type gen:UnansweredQuestion }\n }\n filter(?date2 > ?date || (?date2 = ?date && str(?np2) > str(?np)))\n }\n optional {\n service {\n select ?suggester ?sname where {\n graph npa:graph { npa:thisRepo npa:hasCurrentTrustState ?tg . }\n graph ?tg { ?suggester foaf:name ?sname . }\n }\n }\n }\n}\ngroup by ?question ?content ?suggester ?np\norder by ?question" . . "2026-07-16T13:54:29Z"^^ . . . . "Get non-member FAQ suggestions for an entity" . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "G0OGTzSMBXLV3ZFqmHkMM0ikfWgD5kXWg4YOet90quQUMcgn0G95RCZYK2F9qBA/9zXNTofPLDKasBaoHHjUDEFkwKcb33Z3ynlDrFn0Wi4NeOk8Vb8R+TYe9g4CC+Kti84q9pRlzYlmMOQyCErPLobu1zXBdYLZCMfhE8YbO4c=" . . .