ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

.asTriples does not return Tbox meta-data #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
> (dict (.a = 23))(.asTriples)

What do you see?
((triple (dict (.a = 23)) a 23)) # Pair 

What is the expected output?
((triple (dict (.a = 23)) a 23)(triple (dict (.a = 23)) class Dictionary)) # 
Pair 

Original issue reported on code.google.com by birchb1...@gmail.com on 12 Feb 2012 at 4:45