Re: Test cases: format of input and output(uri/node/resource/entity too)

Brian McBride <bwm@hplb.hpl.hp.com> wrote:

>> We've got terms of the form
>>         _:name          for "anonymous" terms
>>         <absURIref>     for URIs
>>         "lskdjf"        for string literals.
> 
> How would we handle relative URI's, e.g.:
> 
> <rdf:Description rdf:ID='foo'/>


I'd suggest just using relative URIs e.g.:

    <#foo>

Alternately, we could define a base URI:

    <http://rdf.example.org/tests/t923#foo>

-- 
[ "Aaron Swartz" ; <mailto:me@aaronsw.com> ; <http://www.aaronsw.com> ]

Received on Thursday, 31 May 2001 11:48:18 UTC