This pattern has been certified.
Related submission, with evaluation history, can be found here
|
Last modified date is: 2010-12-09
|
Graphical representation
Diagram
General description
Name:
|
List
|
Submitted by:
|
EvaBlomqvist
|
Also Known As:
|
|
Intent:
|
To represent ordered collections, i.e. lists.
|
Domains:
|
|
Competency Questions:
|
|
Solution description:
|
Representing ordered lists, through a specialization of the bag pattern, where each resource in the bag is referred through an item, so that the same item can occur in several places. The usual properties of lists are also there, i.e. the sequence of elements, and references to the first and last item.
|
Reusable OWL Building Block:
|
1 (572)
|
Consequences:
|
|
Scenarios:
|
|
Known Uses:
|
|
Web References:
|
|
Other References:
|
|
Examples (OWL files):
|
|
Extracted From:
|
|
Reengineered From:
|
|
Has Components:
|
|
Specialization Of:
|
|
Related CPs:
|
|
Elements
The List Content OP locally defines the following ontology elements:
ListItem (owl:Class) ListItem - Element belonging to a list
ListItem page
List (owl:Class) List - An ordered array of items, that can be present in multiple copies
List page
hasLastItem (owl:FunctionalProperty) last item - The link to the last item of the list
hasLastItem page
nextItem (owl:FunctionalProperty) next item - The link to the next item in a list (ordered collection)
nextItem page
previousItem (owl:FunctionalProperty) previous item - The link to the previous item in a list (ordered collection)
previousItem page
hasFirstItem (owl:FunctionalProperty) first item - The link to the first item of the list
hasFirstItem page
Additional information
Scenarios
Scenarios about List
No scenario is added to this Content OP.
Reviews
Reviews about List
There is no review about this proposal.
Some subquery has no valid condition.
This revision (revision ID 10351) takes in account the reviews: none
Other info at evaluation tab
Modeling issues
Modeling issues about List
There is no Modeling issue related to this proposal.
Some subquery has no valid condition.
References
Add a reference