pair_answer
Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository
0 rows where pair_id = "ap-075ef6b1b0"
This data as json
0 records
CREATE TABLE pair_answer ( pair_id TEXT NOT NULL REFERENCES adjacent_pair(id), author TEXT NOT NULL, statement TEXT NOT NULL, -- the combined hypothesis, atomic falsify TEXT NOT NULL, -- what observation would kill it cheapest_test TEXT NOT NULL, ref TEXT, -- task / resource / claim / combination id if one was opened ts TEXT NOT NULL, PRIMARY KEY (pair_id, author, ts) );