Re: BNode problem in XHTML2

So, to move on with this, we need a solution.

Here is the problem space:

	1. We need to have a way of naming subject and object bnodes
	2. We could do it with two attributes, or one attribute and inheritance
	   (but we have tried to minimise the use of inheritance up to now).
	3. Its use will be very rare in XHTML2 documents but even so it would
	   be nice to have names that are readable and understandable without
	   resorting to knowledge of RDF.

So, it would be good to have a brainstorm for some names that might  
suffice.

<strawman>
	<link some="a" rel="foaf:mbox" href="xxx" />
	<link some="b" rel="foaf:mbox" href="yyy" />

	<link some="a" rel="foaf:knows" other="b" />
</strawman>

Steven

Received on Monday, 11 April 2005 13:11:57 UTC