. . . . "This query returns the answered FAQ entries (questions and answers) of an entity, including source nanopub and date. Entries currently typed as gen:UnansweredQuestion (placeholder stubs) are excluded. When several nanopubs declare the same FAQ entry, only the most recent one is returned." . . . "Get FAQ entries of an entity" . . "prefix rdf: \nprefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix schema: \nprefix gen: \n\nselect ?title ?content ?date ?faq ?np where {\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np dct:created ?date .\n ?np np:hasAssertion ?a .\n }\n graph ?a {\n ?faq rdf:type schema:Question .\n ?faq rdfs:label ?title .\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 optional { ?faq gen:hasPositionString ?position }\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 filter (?date2 > ?date)\n }\n graph ?a2 {\n ?faq rdf:type schema:Question .\n }\n }\n}\norder by ?position ?title" . . "2026-06-11T06:00:04Z"^^ . . . . . "Get FAQ entries of an entity" . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "qI2TG5bZkW7FGp/77cIShIpVg7CmLOF120xsCuBzNqQluC5H29/PN+Smx1jKXI2zEh+74XcTi3UAbYu0X9Qru38+lNlj6KfLwDP9QB/MV6FSNTpJ7hndy/mfZ8/SYX8nGClSN+JclBrrZjTRaQVaa87JjN89CzDuhhCGO6P6ZmA=" . . .