Mercurial > code > home > repos > light9
view light9/namespaces.py @ 1379:ea198addff5f
TL can stop following player song
Ignore-this: 81342af72a8bd4dc602f0364aecc831a
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 08 Jun 2016 07:04:40 +0000 |
parents | 5e76c8fd8a03 |
children | 4098f5f244ea |
line wrap: on
line source
from rdflib import Namespace, RDF, RDFS 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/") DEV = Namespace("http://light9.bigasterisk.com/device/")