上QQ阅读APP看书,第一时间看更新
RDF containers
RDF containers are used to describe groups of things. Here is an example:
The <rdf:Bag> element is used to describe a list of values that do not have to be in a specific order.
<rdf:Seq> is similar to <rdf:Bag>. However, the elements represent an ordered list.
<rdf:Alt> is used to represent a list of alternate values for the element.