[Tutor] Assertion Error

Emile van Sebille emile at fenx.com
Thu Mar 18 18:22:51 CET 2010


On 3/17/2010 11:02 PM sitharak said...
>
> I tried this statement to store in RDF form

This is too specialized for this list.  I couldn't find a dedicated news 
group for this project, but there is an IRC support channel -- see 
http://en.wikipedia.org/wiki/RDFLib#Support

HTH,

Emile


>
> 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




More information about the Tutor mailing list