Does anyone know whether it's permissible to have both the @rel and @rev attributes on an element in RDFa?
This seems like a slightly odd thing to me if it is allowed since it results in two triples like so:
:a :b :c .
:c :b :a .
Maybe I'm missing it in the specifcation document (it is a long document) but is this expressly forbidden or is this legal syntax?