. . . . "Given a resource, this query returns the claims (AIDA sentences) it covers via gen:coversClaim. Each statement links to the AIDA sentence and is labelled with the sentence text." . . . "Get claims for a resource" . . "prefix rdfs: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \n\nselect distinct (?claim as ?statement) ?statement_label ?np (\"^\" as ?np_label) where {\n graph npa:graph { ?np np:hasAssertion ?a . }\n graph ?a {\n ?_resource_iri gen:coversClaim ?claim .\n ?claim a .\n }\n optional { graph npa:graph { ?np rdfs:label ?statement_label . } }\n graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pk . }\n filter not exists { graph npa:graph { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pk . } }\n}\norder by ?statement_label" . . "Tobias Kuhn" . "2026-06-02T08:32:12Z"^^ . . . . . "Get claims for a resource" . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "b8vDrHpSaq3/6s5asIDBtoRXBjRJnHmp4/YoCs2ruXsCPhKos7GSWSptUCq6c8WcTRak30kqv3JlGipnnas3CtqDtxoUD907vf0D8aBFyPZQVZHiMTK/nNbep9NYCeJH1X7oi84Jlam+aH3qm51LTHMxLhU4kf9lxPCjeDj2EUQ=" . . .