home / team-science

claim

Atomic claims about an ingested paper. status is proposed until independent evidence moves it.

Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository

0 rows where about_lom_id = "arxiv:2407.01725"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE claim (
  id                 TEXT PRIMARY KEY,
  statement          TEXT NOT NULL,
  domain             TEXT NOT NULL,
  status             TEXT NOT NULL CHECK (status IN (
                       'proposed','weakly_supported','contradicted',
                       'ready_to_test','withdrawn')),
  falsify            TEXT NOT NULL,
  novelty_vs_graph   TEXT NOT NULL,
  about_lom_id       TEXT NOT NULL REFERENCES paper(lom_id),
  quote              TEXT,
  quote_locus        TEXT,
  created_ts         TEXT NOT NULL
);
Powered by Datasette · Queries took 4.424ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository