joshsh / ripple

Semantic Web scripting language
Other
101 stars 8 forks source link

12 - query engine should not redefine the default namespace #12

Open joshsh opened 13 years ago

joshsh commented 13 years ago
Currently, the query engine redefines the default namespace (that is, the
namespace of a QNames such as :foo and :bar) when it is created.  By
default, the default namespace is
<http://ripple.fortytwo.net/code/examples#>, which points to an RDF
document containing a few handy Ripple programs to, say, kick off a demo
with.  That's fine when the default namespace has not already been defined,
but irritating when you're returning to an environment in which you _have_
already defined it, presumably with good reason.


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