joshsh / ripple

Semantic Web scripting language
Other
101 stars 8 forks source link

7 - Turtle view displays typed and untyped RDF lists differently #7

Open joshsh opened 13 years ago

joshsh commented 13 years ago
When reading from an RDF store, Turtle view will display lists explicitly
typed as rdf:List natively (as sequences of elements, in parentheses), but
will display untyped lists (e.g. the rdf:rest of a typed list) as URIs or
blank nodes.  Lists should be displayed as sequences regardless of whether
they are explicitly typed.

@define foo:  "one" "two" .
@define bar:  :foo rdf:rest >> .

:foo >> .
:bar >> .


Original link: http://code.google.com/p/ripple/issues/detail?id=7