IRI: http://purl.org/co/Bag
IRI: http://purl.org/co/Collection
A group of objects that can be considered as a whole.
IRI: http://purl.org/co/Item
Element belonging to a bag
IRI: http://purl.org/co/List
An ordered array of items, that can be present in multiple copies
IRI: http://purl.org/co/ListItem
element belonging to a list
IRI: http://purl.org/co/element
The link to the members of a collection
IRI: http://purl.org/co/firstItem
The link to the first item of the list.
has characteristics: functional
IRI: http://purl.org/co/item
The link to every item of the bag
IRI: http://purl.org/co/itemContent
The link to the actual resource to which the item refers.
IRI: http://purl.org/co/lastItem
The link to the last item of the list.
has characteristics: functional
IRI: http://purl.org/co/nextItem
The link to the next item in a list.
has characteristics: functional
Given the list (I[1], I[2], ... , I[i-1], I[i], I[i+1], ... , I[n-1], I[n]), the next item of I[i] is I[i+1].
IRI: http://purl.org/co/previousItem
The link to the previous item in a list.
has characteristics: functional
Given the list (I[1], I[2], ... , I[i-1], I[i], I[i+1], ... , I[n-1], I[n]), the previous item of I[i] is I[i-1].
IRI: http://purl.org/co/elementOf
The link to a collection in which the object is member.
IRI: http://purl.org/co/firstItemOf
The link to a list in which the item is first item.
IRI: http://purl.org/co/followedBy
The link to the following item in a list.
has characteristics: transitive
Given the list (I[1], I[2], ... , I[i-1], I[i], I[i+1], ... , I[n-1], I[n]), the item I[i] is followed by I[i+1], ... , I[n-1] and I[n].
IRI: http://purl.org/co/itemContentOf
The link to the item that refers to the resource.
IRI: http://purl.org/co/itemOf
The link to a bag in which the item is member.
IRI: http://purl.org/co/lastItemOf
The link to a list in which the item is last item.
IRI: http://purl.org/co/precededBy
The link to the preceding item in a list.
has characteristics: transitive
Given the list (I[1], I[2], ... , I[i-1], I[i], I[i+1], ... , I[n-1], I[n]), the item I[i] is preceded by I[i-1], ... , I[2] and I[1].
IRI: http://purl.org/co/index
A number identifying the position, starting from 1, of a particular list item within a list.
IRI: http://purl.org/co/size
The number of item belonging to a collection.
CO defines the size of a collection as the sum of the number of times entities that are part of the collection appear in it. This means that co:size considers how much each entity is involved by a particular collection, i.e.:
- the size of the set {a, b, c} is three
- the size of the bag [a, a, b, b, b, c] is five
- the size of the list (a, b, c, b, a, b, c, c) is seven
IRI: http://purl.org/dc/elements/1.1/contributor
IRI: http://purl.org/dc/elements/1.1/description
listc and (has itemop some list itemc) is subclass of
listc and (has first itemop some itemc) and (has last itemop some itemc)
This HTML document was obtained by processing the OWL ontology source code throughLODE, Live OWL Documentation Environment, developed bySilvio Peroni.
Collection that can have a number of copies of each object