Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4 - RDF lists and native lists serialize differently #4

Open
joshsh opened this issue Apr 8, 2011 · 0 comments
Open

4 - RDF lists and native lists serialize differently #4

joshsh opened this issue Apr 8, 2011 · 0 comments

Comments

@joshsh
Copy link
Owner

joshsh commented Apr 8, 2011

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant