annotate web/show_specific.ts @ 2440:d1f86109e3cc

more *value getter variants
author drewp@bigasterisk.com
date Thu, 30 May 2024 01:08:45 -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)