- From: Ben Adida <ben@adida.net>
- Date: Thu, 18 Oct 2007 08:00:56 -0700
- To: Mark Birbeck <mark.birbeck@formsPlayer.com>
- CC: Manu Sporny <msporny@digitalbazaar.com>, RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
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