Re: Proposed XQuery requirement and/or objective

On Mon, Jul 19, 2004 at 05:44:03 -0700, Rob Shearer wrote:
> for $member in doc(http://foo/people.xml)/Person
> where asserted($member/URI, http://foo#worksFor, http://foo#NetworkInference)
> return $member/name

Wouldn't "Person" in the first line require some namespace/prefix? Also, I
dont quite understand why the / after doc() implies the rdf:type part of the
	($memeber  rdf:type  foo:Person)
triple. Is it just shorthand? if so, why "/"?

- Steve

Received on Tuesday, 20 July 2004 03:23:34 UTC