From: Yossi C. <yos...@li...> - 2013-01-15 19:37:19
|
Hi, Is there a way to attach a context uri to triples such that it would be stored in the triple (quad) store?I need to use the context slot for what is called 'direct reification':assert (s, p, o, c) // mother statementassert (c, p1, o1) // statement about mother statementassert (c, p2, o2) // another one...I'm using the Ontology API as well as the Grpah/Node/Triple APII've noticed the context of the Triple class, but this is not saved to the underline graph.(I should note that I'm using BigData store using SesameHttpConnector.) Thanks,Yossi. |