Re: Question from the RDF-in-XHTML task force on the HTML Role Attribute

> Here's a better example that's more related to one of our issues in  
> serializing FOAF documents:
> 
> ===========
> <div role="foaf:Person">
> Ben Adida
> </div>
> ===========
> 
> which would yield a triple:
> 
> ===========
> _:div0 xhtml2:role foaf:Person .
> ===========

xhtml2:role still doesn't look much like rdf:type.  But to finish the
example, what triples expresses the relationship between _:div0 and
the string "Ben Adida"?

    -- sandro

Received on Monday, 17 October 2005 19:13:27 UTC