view web/show_specific.ts @ 2444:d087499d7833

checkpoint show data
author drewp@bigasterisk.com
date Fri, 31 May 2024 18:35:43 -0700
parents 06da5db2fafe
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)