Re: Evaluations of Test Cases 46-56

Mark Birbeck wrote:
> I should add though, that seeing your example just made me realise
> that for Ben's rules to be consistent, any @property values should
> also be attached to the 'second-level' subject:

Not true!

Consider the following markup:

<div about="http://www.example.org" rel="foaf:knows"
     resource="#foo"
     property="foaf:name" content="Manu" />

which is what you wrote but *without* the @instanceof.

What happens in this case? I think we agree that @property happens
before the chaining does, so it applies to @about.

Since @instanceof is effectively a child element, then I don't think
adding it changes the way @property behaves. @property is "above" it.

-Ben

Received on Thursday, 18 October 2007 15:01:42 UTC