https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/Head
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/assertion
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/provenance
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/pubinfo
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/assertion
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/get-unanswered-faqs
http://purl.org/dc/terms/description
This query returns the unanswered FAQ entries of an entity: questions whose most recent declaration is typed as gen:UnansweredQuestion (i.e. still carrying a placeholder instead of a real answer). Questions from everybody are returned (no author filter). Returns the question text as a plain label, plus per-row action target columns: override_target and answer_target both hold the latest nanopub that npx:introduces the entry (the valid Nanodash @override fill target, so the form pre-fills with the entry's own IRI preserved), and mark_unanswered holds the gen:UnansweredQuestion IRI so an 'override...' action can keep the entry marked unanswered while an 'answer...' action turns it into an answered entry.
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/get-unanswered-faqs
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/get-unanswered-faqs
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/get-unanswered-faqs
http://www.w3.org/2000/01/rdf-schema#label
Get unanswered FAQ entries of an entity
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/get-unanswered-faqs
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/type/88a3271eb4f952262a674b6765824830ecb6c5a9ae10f1fd8caa4fc21cdccad7
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/get-unanswered-faqs
https://w3id.org/kpxl/grlc/sparql
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix dct: <http://purl.org/dc/terms/>
prefix np: <http://www.nanopub.org/nschema#>
prefix npa: <http://purl.org/nanopub/admin/>
prefix npx: <http://purl.org/nanopub/x/>
prefix schema: <http://schema.org/>
prefix gen: <https://w3id.org/kpxl/gen/terms/>
select ?question (?introNp as ?override_target) (?introNp as ?answer_target)
("https://w3id.org/kpxl/gen/terms/UnansweredQuestion" as ?mark_unanswered)
?np ("^" as ?np_label) where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKeyHash ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }
?np dct:created ?date .
?np np:hasAssertion ?a .
}
graph ?a {
?faq rdf:type schema:Question .
?faq rdf:type gen:UnansweredQuestion .
?faq rdfs:label ?question .
values ?_resource_multi_iri {}
?faq dct:isPartOf ?_resource_multi_iri .
optional { ?faq gen:hasPositionString ?position }
}
filter not exists {
graph npa:graph {
?np2 npa:hasValidSignatureForPublicKeyHash ?pubkey2 .
filter not exists { ?npx2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKeyHash ?pubkey2 . }
?np2 dct:created ?date2 .
?np2 np:hasAssertion ?a2 .
filter (?date2 > ?date)
}
graph ?a2 {
?faq rdf:type schema:Question .
}
}
optional {
graph npa:graph {
?introNp npx:introduces ?faq ;
npa:hasValidSignatureForPublicKeyHash ?ipk ;
dct:created ?idate .
filter not exists { ?iv npx:invalidates ?introNp ; npa:hasValidSignatureForPublicKeyHash ?ipk . }
}
filter not exists {
graph npa:graph {
?introNp2 npx:introduces ?faq ;
npa:hasValidSignatureForPublicKeyHash ?ipk2 ;
dct:created ?idate2 .
filter not exists { ?iv2 npx:invalidates ?introNp2 ; npa:hasValidSignatureForPublicKeyHash ?ipk2 . }
filter(?idate2 > ?idate || (?idate2 = ?idate && str(?introNp2) > str(?introNp)))
}
}
}
}
order by ?position ?question
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/provenance
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/pubinfo
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
http://purl.org/dc/terms/created
2026-07-16T10:40:54Z
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/get-unanswered-faqs
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
http://purl.org/nanopub/x/supersedes
https://w3id.org/np/RAk4l9ya2-Diy7nV7BC01Cuwfg8crfABGn4E1wwnBU2ko
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
http://www.w3.org/2000/01/rdf-schema#label
Get unanswered FAQ entries of an entity
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAMEgudZsQ1bh1fZhfYnkthqH6YSXpghSE_DEN1I-6eAI
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/sig
http://purl.org/nanopub/x/hasSignature
aMpGbq3XrvnRu80nTcKPrZrZrXTvW1bYvvpd6uROD+bvKlVXARCej8alTiPhwPzDVKCEgyMfUPGq//5At3E76g16hL2utx0NJwtCjc+zCTk5lOgo4cvICDQP8zhz1I0Q4aOjV3Zwk2G2SADUsqVqG1jmNLWieKQCwXagpF6O4FQ=
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas
https://w3id.org/np/RArWqN4YQPryxPR6PtGP5nAjTq_kSnnzS5BPGjxemcaas/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234