May 2018
Beginner to intermediate
384 pages
10h 19m
English
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.
Read now
Unlock full access