oneOf explicit dt values

The abstract syntax and mapping talk about constructs like:

oneOf( <datatypeID1> <value1> … <datatypeIDn> <valuen>)

these map into triples some of which have rdf:first as the property.

Such triples have the constants:<datatypeID1> <value1> ...
as their values.

This then cannot be expressed in RDF/XMl using the
rdf:parseType="Collection" syntax, and so the list needs to be expressed in
full-hand, with all the triples explicit.

:(

Jeremy

Received on Tuesday, 17 December 2002 10:21:35 UTC