Certified.png
This pattern has been certified.

Related submission, with evaluation history, can be found here

Working.gif Last modified date is: 2010-12-09

Graphical representation

Diagram

List.jpg

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:

Class ListItem (owl:Class) ListItem - Element belonging to a list
ArrowRight.gif ListItem page
Class List (owl:Class) List - An ordered array of items, that can be present in multiple copies
ArrowRight.gif List page
ObjectProperty lastItemOf (owl:ObjectProperty)
ArrowRight.gif lastItemOf page
ObjectProperty hasLastItem (owl:FunctionalProperty) last item - The link to the last item of the list
ArrowRight.gif hasLastItem page
ObjectProperty firstItemOf (owl:ObjectProperty)
ArrowRight.gif firstItemOf page
ObjectProperty nextItem (owl:FunctionalProperty) next item - The link to the next item in a list (ordered collection)
ArrowRight.gif nextItem page
ObjectProperty previousItem (owl:FunctionalProperty) previous item - The link to the previous item in a list (ordered collection)
ArrowRight.gif previousItem page
ObjectProperty hasFirstItem (owl:FunctionalProperty) first item - The link to the first item of the list
ArrowRight.gif hasFirstItem page

Additional information

The collections ontology (part of the SWAN ontologies) that this pattern is based on was created by Paolo Ciccarese - Massachusetts General Hospital/Harvard Medical School, and Marco Ocana - Balboa Systems Inc. The original ontologies, and related information, are available under a Creative Commons License.

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 10369) 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


The page [[Bootstrap:Footer]] was not found.