Mercurial > code > home > repos > light9
annotate web/show_specific.ts @ 2450:a4052905ca7d default tip
notes about how rdfdb syncs, or should sync
author | drewp@bigasterisk.com |
---|---|
date | Mon, 03 Jun 2024 23:01:54 -0700 |
parents | 06da5db2fafe |
children |
rev | line source |
---|---|
2439
06da5db2fafe
rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents:
2437
diff
changeset
|
1 import { NamedNode } from "n3"; |
06da5db2fafe
rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents:
2437
diff
changeset
|
2 |
2437 | 3 export const shortShow = "dance2024"; |
2439
06da5db2fafe
rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents:
2437
diff
changeset
|
4 export const showRoot = `http://light9.bigasterisk.com/show/${shortShow}`; |
06da5db2fafe
rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents:
2437
diff
changeset
|
5 export const show = new NamedNode(showRoot) |