I tried this statement to store in RDF form
store=TripleStore()
But i'm getting this error
Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
store=TripleStore()
File "C:\Users\Administrator\Desktop\TripleStore.py", line 13, in __init__
super(TripleStore, self).__init__(backend=backend)
File "build\bdist.win32\egg\rdflib\Graph.py", line 1008, in __init__
super(BackwardCompatGraph, self).__init__(store=backend)
File "build\bdist.win32\egg\rdflib\Graph.py", line 815, in __init__
assert self.store.context_aware, ("ConjunctiveGraph must be backed by"
AssertionError: ConjunctiveGraph must be backed by a context aware store.
plz help
--
View this message in context:
http://old.nabble.com/Assertion-Error-tp27941982p27941982.html
Sent from the Python - tutor mailing list archive at Nabble.com.
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor