Re: Does @instanceof apply to @href?

Ben Adida wrote:
> <div about="#me" rel="foaf:knows">
>    <div href="#mark" instanceof="foaf:Person" property="foaf:name">
>       Mark
>    </div>
> </div>
> 
> According to the "@href completes @rel" proposal, that gives:
> 
> <#me> foaf:knows <#mark> .

Trying very hard again to see the logic here: maybe @href doesn't
complete the hanging @rel because of @instanceof? Does @instanceof
create a bnode and take precedence here so that @href basically does
nothing?

Let me know, and if so we can explore that path (which I think has
complications of its own, but one thing at a time.)

-Ben

Received on Monday, 21 January 2008 21:57:03 UTC