This pattern has been certified.
Related submission, with evaluation history, can be found here
|
Last modified date is: 2010-12-09
|
Graphical representation
Diagram
(this article has no graphical representation)
General description
Name:
|
Bag
|
Submitted by:
|
EvaBlomqvist
|
Also Known As:
|
|
Intent:
|
To model bags of items (elements). The Bag is characterized by a collection that can have multiple copies of each object.
|
Domains:
|
|
Competency Questions:
|
|
Solution description:
|
|
Reusable OWL Building Block:
|
1 (560)
|
Consequences:
|
|
Scenarios:
|
|
Known Uses:
|
|
Web References:
|
|
Other References:
|
|
Examples (OWL files):
|
|
Extracted From:
|
|
Reengineered From:
|
|
Has Components:
|
|
Specialization Of:
|
|
Related CPs:
|
|
Elements
The Bag Content OP locally defines the following ontology elements:
Item (owl:Class) Item - Element belonging to a Bag
Item page
itemContent (owl:ObjectProperty) itemContent - The link to the actual resource to which the item refers.
itemContent page
Bag (owl:Class) Bag - Collection that can have a number of copies of each object
Bag page
itemOf (owl:ObjectProperty) item of - The link from an item to the Bag where it is contained
itemOf page
hasItem (owl:ObjectProperty) has item - The link to every item of the Bag
hasItem page
size (owl:DatatypeProperty) size - The number of items belonging to a collection
size page
Additional information
Scenarios
Scenarios about Bag
No scenario is added to this Content OP.
Reviews
Reviews about Bag
There is no review about this proposal.
Some subquery has no valid condition.
This revision (revision ID 10352) takes in account the reviews: none
Other info at evaluation tab
Modeling issues
Modeling issues about Bag
There is no Modeling issue related to this proposal.
Some subquery has no valid condition.
References
Add a reference
The Bag is characterized by a collection that can have multiple copies of each object. This is performed through the Item entity. The Item is linking exaclty one resource through the relationship itemContent.