comparison web/show_specific.ts @ 2439:06da5db2fafe

rewrite ascoltami to use the graph for more playback data
author drewp@bigasterisk.com
date Thu, 30 May 2024 01:08:07 -0700
parents 26f84fc67ab1
children
comparison
equal deleted inserted replaced
2438:f2b3cfcc23d3 2439:06da5db2fafe
1 import { NamedNode } from "n3";
2
1 export const shortShow = "dance2024"; 3 export const shortShow = "dance2024";
2 export const showRoot = `http://light9.bigasterisk.com/show/${shortShow}`; 4 export const showRoot = `http://light9.bigasterisk.com/show/${shortShow}`;
5 export const show = new NamedNode(showRoot)