Add dublin core prefix to bound prefixes. default tip
authorGreg Heartsfield <scsibug@imap.cc>
Tue Jan 12 19:21:38 2010 -0600 (2 years ago)
changeset 39468ab4de10e8
parent 38 9bb8b8156272
Add dublin core prefix to bound prefixes.
controllers/default.py
     1.1 --- a/controllers/default.py	Tue Jan 12 19:18:46 2010 -0600
     1.2 +++ b/controllers/default.py	Tue Jan 12 19:21:38 2010 -0600
     1.3 @@ -193,6 +193,7 @@
     1.4          self.graph.bind("foaf", foafp)
     1.5          self.graph.bind("rdfs", rdfs)
     1.6          self.graph.bind("sioc", sioc)
     1.7 +        self.graph.bind("dc", dc)
     1.8          # URI dictionaries
     1.9          # map uid strings to URIs
    1.10          if not foaf_uri: