annotate web/show_specific.ts @ 2458:0e27ba33118c default tip

better blender<->asco playback cooperation. still no play support in blender; only seek
author drewp@bigasterisk.com
date Tue, 20 May 2025 16:25:06 -0700
parents 06dcdaa09459
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
2451
06dcdaa09459 2025 spectro updates and rdf year change
drewp@bigasterisk.com
parents: 2439
diff changeset
3 export const shortShow = "dance2025";
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)