joshsh / ripple

Semantic Web scripting language
Other
101 stars 8 forks source link

24 - white space within long URIs #24

Open joshsh opened 13 years ago

joshsh commented 13 years ago
From the N3 spec:
Whitespace within the <> is to be ignored. Whitespace may therefore be used
on output to split a long URI between lines.

Ripple syntax does not currently support multi-line URIs.  For maximum
compatibility with N3, and because they might be useful, they should be
supported.

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