Re: Issues with TC 107-109...

Manu Sporny wrote:
> So this case:
> 
> <div about="#me">I know
>    <div rel="foaf:knows"></div>
> </div>
> 
> wouldn't generate a triple until you did this:
> 
> <div about="#me">I know
>    <div rel="foaf:knows">
>       <div rel="foaf:knows"></div>
>    </div>
> </div>

I think that's okay, because that first @rel is actually not completed 
by anything, and in fact its completion varies greatly depending on 
whether you add an @href, add a new element with @property, or add a new 
element with @about. On the other hand, in the second case, you've 
provided a completion for that first @rel.

-Ben

Received on Saturday, 7 June 2008 19:02:26 UTC