. . . . "Finds FORRT replication studies whose methodology text contains a keyword (e.g. \"sea surface temperature\", \"survey\"), and returns for each the original paper \r\n(DOI), the replication outcome, its verdict (Validated / Partially supported / Contradicted) and the limitations the replicators recorded. Walks the FORRT nanopublication ch\r\nain claim -> study -> outcome, skipping superseded outcomes. Used in the talk \"Thirty agent-assisted replications, published as nanopublications: the honest debrief\" (FORRT \r\nAI in Metascience, 29 Sep 2026)." . . . "Replications whose method mentions a keyword: paper, verdict and admitted limitations" . . "PREFIX slt: \r\nPREFIX np: \r\nPREFIX npx: \r\nPREFIX rdfs: \r\nPREFIX dct: \r\n\r\n# Replications whose study method mentions a keyword:\r\n# the paper they test, the verdict, and the limitations they admit.\r\n# Walks the FORRT chain: claim -> study (method text) -> outcome.\r\nSELECT DISTINCT ?paper ?verdict ?outcome ?outcome_label ?limitations WHERE {\r\n GRAPH ?gs { ?study slt:targetsClaim ?claimRef ;\r\n slt:hasMethodologyDescription ?method }\r\n FILTER (CONTAINS(LCASE(STR(?method)), LCASE(STR(?_keyword))))\r\n GRAPH ?gc { ?claim dct:source ?paper }\r\n FILTER (STRSTARTS(STR(?claim), STR(?claimRef)) || STRSTARTS(STR(?claimRef), STR(?claim)))\r\n ?onp np:hasAssertion ?go .\r\n GRAPH ?go { ?outcome slt:isOutcomeOf ?studyRef ;\r\n slt:hasValidationStatus ?verdict ;\r\n slt:hasLimitationsDescription ?limitations ;\r\n rdfs:label ?outcome_label }\r\n FILTER (STRSTARTS(STR(?study), STR(?studyRef)) || STRSTARTS(STR(?studyRef), STR(?study)))\r\n FILTER NOT EXISTS { GRAPH ?x { ?newer npx:supersedes ?onp } }\r\n}\r\nORDER BY ?paper" . . "Anne Fouilloux" . "2026-09-25T18:30:47.451Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB" . "paVfKqMXH2ILrg2hQdQQtDy8jjqNDnYBDdTi8NwECX75y/18VLSDSlK+w0PboAZJW+JcQGzcm8WMUwqkE//w2x2s5A7rdAWdJISSj5FitYQ77I2JnGzd3Bu8HaM9JmOqlZ7c/Q8Ey13I+q8ZBuG8QLfkzB5ZAfODymEgAwQc9DM=" . . .