home / team-science

pair_answer

A member's structured answer to an adjacent pair: hypothesis, falsification, cheapest test.

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

0 rows where pair_id = "ap-0efdf8ab99"

✎ View and edit SQL

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)
);
Powered by Datasette · Queries took 18.694ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository