Mercurial > code > home > repos > light9
annotate web/show_specific.ts @ 2454:405abed9a45c
fix up asyncio-in-bg-thread sorcery
author | drewp@bigasterisk.com |
---|---|
date | Mon, 19 May 2025 21:25:32 -0700 |
parents | 06dcdaa09459 |
children |
rev | line source |
---|---|
2439
06da5db2fafe
rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents:
2437
diff
changeset
|
1 import { NamedNode } from "n3"; |
06da5db2fafe
rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents:
2437
diff
changeset
|
2 |
2451
06dcdaa09459
2025 spectro updates and rdf year change
drewp@bigasterisk.com
parents:
2439
diff
changeset
|
3 export const shortShow = "dance2025"; |
2439
06da5db2fafe
rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents:
2437
diff
changeset
|
4 export const showRoot = `http://light9.bigasterisk.com/show/${shortShow}`; |
06da5db2fafe
rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents:
2437
diff
changeset
|
5 export const show = new NamedNode(showRoot) |