1 2 3 4 5
import { NamedNode } from "n3"; export const shortShow = "dance2024"; export const showRoot = `http://light9.bigasterisk.com/show/${shortShow}`; export const show = new NamedNode(showRoot)