view 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
line wrap: on
line source

import { NamedNode } from "n3";

export const shortShow = "dance2024";
export const showRoot = `http://light9.bigasterisk.com/show/${shortShow}`;
export const show = new NamedNode(showRoot)