annotate web/show_specific.ts @ 2442:a8281a147cb6

checkpoint show data
author drewp@bigasterisk.com
date Fri, 31 May 2024 11:52:54 -0700
parents 06da5db2fafe
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
2437
26f84fc67ab1 start 2024 show
drewp@bigasterisk.com
parents: 2376
diff changeset
3 export const shortShow = "dance2024";
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)