Re: datasource verification

"rvj" <[email protected]> Sun, 26 Jun 2005 08:19:51 +0100
Newsgroups gmane.comp.mozilla.devel.rdf
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
...  BTW

 a) do you think its possible to simply rename the resource as suggested in
the initial post?

    Change resource name from absolute

      <RDF:Description about="urn:abc" />

    to realtive form

        <RDF:Description about="abc" />

  so that the datasource prefix can vbe verified?

  b)... or does renaming a resource require knowing the datasource in
advance?


"rvj" <[email protected]> wrote in message
news:[email protected]...
>
> ok - but isnt there a QI call for determining what the 'value' is relative
> to ???
>
> (irrespective of whether the about 'value' uses  a normal urn or basic
text
> string)
>
>
>
> "Neil" <[email protected]> wrote in message
> news:[email protected]...
> > rvj wrote:
> >
> > >PPS the current datasource is returned provided that a single literal
is
> used in the about field
> > >
> > >           <RDF:Description about="abc" />
> > >
> > >so querying the resource returns the truncated datasource path plus
> "/abc"
> > >
> > >
> > about values aren't literals, they're resources, so if you don't provide
> > an absolute URI it is assumed to be relative...
> >
> > --
> > Warning: May contain traces of nuts.
>
>