Submissions:List

From Odp

(Difference between revisions)
Jump to: navigation, search
Current revision (14:56, 9 December 2010) (view source)
 
(One intermediate revision not shown.)
Line 14: Line 14:
|ReengineeredFrom=http://swan.mindinformatics.org/ontologies/1.2/collections.owl
|ReengineeredFrom=http://swan.mindinformatics.org/ontologies/1.2/collections.owl
|HasComponent=Sequence, CollectionEntity
|HasComponent=Sequence, CollectionEntity
-
|SpecializationOf=Sequence
+
|SpecializationOf=Sequence, Bag,
 +
|RelatedCP=Bag, Set,
}}
}}
{{Element list header}}
{{Element list header}}
Line 42: Line 43:
}}
}}
{{Additional information header}}
{{Additional information header}}
-
 
+
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 [http://creativecommons.org/licenses/by/1.0/ Creative Commons License].
{{Scenarios about me}}
{{Scenarios about me}}
{{Reviews about me}}
{{Reviews about me}}
{{Modeling issues about me}}
{{Modeling issues about me}}
{{My references}}
{{My references}}

Current revision


This pattern has been certified.

Related submission, with evaluation history, can be found here

If you are a member of quality committee please visit the

evaluation section

If you are author of this proposal or you want to contribute to this pattern's review, you can:

In general, it could be useful to visit the evaluation section to have information about the evaluation process of this proposal

Current revision ID: 10369

Graphical representation

Diagram

Image:List.jpg

General description

Name: List
Submitted by: EvaBlomqvist
Also Known As:
Intent: To represent ordered collections, i.e. lists.
Domains:
Competency Questions:
  • What are the items (elements) in this list?
  • What is the length (size) of this list?
  • What is the first/last item in this list?
  • What resource does this list item contain?
  • What it the next/previous item in the list?
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: http://www.ontologydesignpatterns.org/cp/owl/list.owl (1133)
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
ListItem page
Class List (owl:Class) List - An ordered array of items, that can be present in multiple copies
List page
ObjectProperty lastItemOf (owl:ObjectProperty)
lastItemOf page
ObjectProperty hasLastItem (owl:FunctionalProperty) last item - The link to the last item of the list
hasLastItem page
ObjectProperty firstItemOf (owl:ObjectProperty)
firstItemOf page
ObjectProperty nextItem (owl:FunctionalProperty) next item - The link to the next item in a list (ordered collection)
nextItem page
ObjectProperty previousItem (owl:FunctionalProperty) previous item - The link to the previous item in a list (ordered collection)
previousItem page
ObjectProperty hasFirstItem (owl:FunctionalProperty) first item - The link to the first item of the list
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. 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.


References

Add a reference


Personal tools
Quality Committee
Content OP publishers