Exemple #1
0
 public OdinTriplestore(IOdin odin)
 {
     this.Store = new OdinJsonSerializer<Triple>(odin);
     this.KeyEncoder = MD5Hash;
 }
Exemple #2
0
 public OdinTriplestore(IOdin odin)
 {
     this.Store      = new OdinJsonSerializer <Triple>(odin);
     this.KeyEncoder = MD5Hash;
 }