Mercurial > code > home > repos > light9
view web/show_specific.ts @ 2440:d1f86109e3cc
more *value getter variants
author | drewp@bigasterisk.com |
---|---|
date | Thu, 30 May 2024 01:08:45 -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)