Mercurial > code > home > repos > light9
view light9/namespaces.py @ 1235:07c2e2e0d879
style on home page
Ignore-this: af5a85ba67c169df52479d2c6204e37f
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 10 Jun 2015 05:40:38 +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/")