Mercurial > code > home > repos > light9
view light9/namespaces.py @ 1070:b281ee32c785
use Pillow. make vidref start up
Ignore-this: 52ba5ec2409bbf446c7592d3646220ad
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 02 Jun 2014 07:46:55 +0000 |
parents | 2930523b8bfe |
children | 5e76c8fd8a03 |
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/")