You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RDF lists drawn from the Web should have the same 'toString' representation
as lists constructed at the command line. Currently, lists from the web
appear as URIs or blank nodes, while constructed lists appear as a sequence
of elements in parentheses.
1 >> @define foo: 1 2 3.
2 >> :foo toString >> .
rdf:_1 ("http://ripple.fortytwo.net/code/examples#foo")
3 >> (1 2 3) toString >> .
rdf:_1 ("( 1 2 3)")
4 >>
Original link: http://code.google.com/p/ripple/issues/detail?id=4
The text was updated successfully, but these errors were encountered:
Original link: http://code.google.com/p/ripple/issues/detail?id=4
The text was updated successfully, but these errors were encountered: