Skip to content

Commit

Permalink
use qname for trig graph-name - fixes #330
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgull committed Dec 31, 2013
1 parent 7a2d0c1 commit 5dbc657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/plugins/serializers/trig.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def serialize(self, stream, base=None, encoding=None,
self.store = store
self._subjects = subjects

self.write(self.indent() + '\n<%s> = {' % store.identifier)
self.write(self.indent() + '\n<%s> = {' % self.getQName(store.identifier))
self.depth += 1
for subject in ordered_subjects:
if self.isDone(subject):
Expand Down

0 comments on commit 5dbc657

Please sign in to comment.