. . . . "For a given claim, lists the statements that support or contradict it." . . . "Get evidence for a claim" . . "prefix np: \nprefix npa: \nprefix npx: \nprefix rdf: \nprefix prov: \nprefix cito: \nprefix oa: \nprefix schema: \n\nselect distinct ?evidence_iri ?evidence_iri_label ?stance ?stance_label ?user_iri where {\n graph npa:graph {\n ?np np:hasAssertion ?a ; np:hasProvenance ?p ;\n npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n }\n graph ?a {\n ?evidence_iri a schema:Statement .\n { ?evidence_iri ?rel ?_claim_iri .\n filter(?rel in (cito:supports, cito:disputes)) }\n union\n { ?evidence_iri ?rel ?spec .\n filter(?rel in (cito:supports, cito:disputes))\n ?spec oa:hasSource ?_claim_iri . }\n optional { ?evidence_iri rdf:value ?text }\n }\n optional { graph ?p { ?a prov:wasAttributedTo ?user_iri } }\n bind(if(?rel = cito:supports, \"✓ supports\", \"✗ contradicts\") as ?stance)\n bind(if(?rel = cito:supports, \"#1a7f37\", \"#d1242f\") as ?stancecolour)\n bind(concat(\"\", ?stance, \"\") as ?stance_label)\n bind(?text as ?evidence_iri_label)\n}\norder by ?stance ?evidence_iri_label" . . "Ashley Caselli" . "2026-09-01T13:22:19Z"^^ . . . . . "Get evidence for a claim" . "RSA" . "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+i9DV8ynzO944pYkYsDwtlqJHuk+b7FQt6Bb4TIQSDX3jGUURn6WpaNwESHmgMLWSydaH5XlabMzuqpPL4iyB+IAzvwIxdJBLhe39EQMu2j+FZ/5d/xu/gO3nZw2KoEvJ7cJisabuI05OylIRSJ+OG5CmzFxnjojUEJeCFi1njY1InhXrb0yHud9b1ifzweoN6YYOBecKs1gTOaT2bf+t4Wgzg3M0PmRVZ4F0OALsnh4T5+x7kFtiPcDKNpORi585JjKCZ4kczIF6oUKcwgC0kmIY97jtLqSLcXRkxHx5CDI6qz4XlRFs1ZbCUdSlzjdPZAkaBcNem1gIhWzkHkEnQIDAQAB" . "YBfeGeURNC9VO87k1eUZxUmjzOIR0FAAp+SJuoUbIfp6cBDxuHJd3ylgCCJn285ZhCOHDn7IsOFLV/JywJdnfhFP8ZHQ6tODw343ypMZHmdytRnXY5gDyo03br6r8YglnUIufRBtqhv4bK5ZtekceQJRlRhiuYGyvGJ5U3z9nvLbYgFQ2FJfutBkDeTkUwQakhp0g94KAQXf2QbfCtqkNMmCyF6s91KvgdWevaqXiQU9kiOPeouTbQDVpG04edb3nNEHKaMcMqB1wk4xfesK6tbk9nuonwUmiE84aiGnijgzLhH2ZzqDqsHWjxFqQTtEQ21ft65bV+hAGAhk2PPuXQ==" . . .