- Artificial Intelligence for Big Data
- Anand Deshpande Manish Kumar
- 61字
- 2021-06-25 21:57:09
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.