Mercurial > code > home > repos > light9
view light9/namespaces.py @ 1127:b0b9b4616e16
try serial writing in other thread(s)
Ignore-this: ec59a76e9afcaf530d68aa245991b89a
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Fri, 13 Jun 2014 08:04:07 +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/")