view web/show_specific.ts @ 2443:4682f604b245

dead code
author drewp@bigasterisk.com
date Fri, 31 May 2024 11:53:43 -0700
parents 06da5db2fafe
children 06dcdaa09459
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)