joshsh / ripple

Semantic Web scripting language
Other
101 stars 8 forks source link

25 - @base directive #25

Open joshsh opened 13 years ago

joshsh commented 13 years ago
Ripple does not currently support N3's @base directive.  This might be useful.

From the spec:

The @base directive sets the base URI to be used for the parsing of
relative URIs. It takes, itself, a relative URI, so it can be used to
change the base URI relative to the previous one.
Example

@base  <http://example.org/products/>.
...
@base  <prod123/>.
...
@base  <../>.


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