Files @ a2081b9adfe4
Branch filter:

Location: light9/light9/namespaces.py

Drew Perttula
effecteval now takes dropped subs and makes new effects out of them
Ignore-this: 69423eca1858291f486dd2a202d3732a
1
2
3
4
5
6
from rdflib import Namespace, RDF

L9 = Namespace("http://light9.bigasterisk.com/")
MUS = Namespace("http://light9.bigasterisk.com/music/")
XSD = Namespace("http://www.w3.org/2001/XMLSchema#")
DCTERMS = Namespace("http://purl.org/dc/terms/")