profanity
2 rows where task = 416
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1093 | Series 9 9 | Shaqinahat. 72 | Throw something into a pedal bin 416 | Jo Brand 50 | ass/arse | But then again, I'm quite lazy so I can't be arsed to walk very far. | |
1094 | Series 9 9 | Shaqinahat. 72 | Throw something into a pedal bin 416 | Jo Brand 50 | bollock | Oh bollocks, that was terrible. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE profanity ( id INTEGER PRIMARY KEY, series INTEGER REFERENCES series(id), episode INTEGER REFERENCES episodes(id), task INTEGER REFERENCES tasks(id), speaker INTEGER REFERENCES people(id), roots TEXT, quote TEXT, studio INTEGER );