EnricoDaga (Talk | contribs) m (Text replace - 'PatternAlsoKnownAs' to 'ContentODPAlsoKnownAs') |
EnricoDaga (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
{{Content_OP_Proposal_toolbar}} | {{Content_OP_Proposal_toolbar}} | ||
− | {{ | + | {{Graphical representation header}} |
+ | {{Graphical representation | ||
|ImageName=collectionentity.jpg | |ImageName=collectionentity.jpg | ||
}} | }} | ||
Line 14: | Line 11: | ||
|Domain=Parts and Collections | |Domain=Parts and Collections | ||
|CompetencyQuestion=Which collection this entity is member of?, Which are the members of this collection? | |CompetencyQuestion=Which collection this entity is member of?, Which are the members of this collection? | ||
+ | |ContentODPDescription=This pattern is a basic one: it catches the idea of a collection and its members. | ||
|ReusableOWLBuildingBlock=http://www.ontologydesignpatterns.org/cp/owl/collectionentity.owl | |ReusableOWLBuildingBlock=http://www.ontologydesignpatterns.org/cp/owl/collectionentity.owl | ||
− | |Consequences=It is possible to put sets in the domain of discourse through the class [[Submissions:CollectionEntity/Collection| Collection]], which | + | |Consequences=It is possible to put sets in the domain of discourse through the class [[Submissions:CollectionEntity/Collection| Collection]], which reifies them. |
+ | For temporary membership, the TimeIndexedMembership should be used. | ||
|Scenario=The Louvre Aegyptian collection. | |Scenario=The Louvre Aegyptian collection. | ||
|CPInstantiationExample=http://www.ontologydesignpatterns.org/cp/examples/collectionentity/ISTC.owl | |CPInstantiationExample=http://www.ontologydesignpatterns.org/cp/examples/collectionentity/ISTC.owl | ||
− | |ExtractedFrom=http://www. | + | |ExtractedFrom=http://www.ontologydesignpatterns.org/ont/dul/DUL.owl |
}} | }} | ||
{{Element list header}} | {{Element list header}} | ||
Line 33: | Line 32: | ||
|HasElement=isMemberOf | |HasElement=isMemberOf | ||
}} | }} | ||
+ | {{Takes in account review | ||
+ | |TakesInAccountReview=ValentinaPresutti about CollectionEntity | ||
+ | }} | ||
+ | {{Additional information header}} | ||
{{Scenarios about me}} | {{Scenarios about me}} | ||
{{Reviews about me}} | {{Reviews about me}} | ||
+ | {{Modeling issues about me}} | ||
+ | {{My references}} |
Diagram
Name: | collection entity |
---|---|
Submitted by: | ValentinaPresutti |
Also Known As: | collections, membership |
Intent: | To represent collections, and their entities, i.e. to represent membership. |
Domains: | |
Competency Questions: | |
Solution description: | This pattern is a basic one: it catches the idea of a collection and its members. |
Reusable OWL Building Block: | 1 (989) |
Consequences: | It is possible to put sets in the domain of discourse through the class Collection, which reifies them.
For temporary membership, the TimeIndexedMembership should be used. |
Scenarios: | The Louvre Aegyptian collection. |
Known Uses: | |
Web References: | |
Other References: | |
Examples (OWL files): | |
Extracted From: | |
Reengineered From: | |
Has Components: | |
Specialization Of: | |
Related CPs: |
The CollectionEntity Content OP locally defines the following ontology elements:
Collection (owl:Class) Any container for entities that share one or more common properties. E.g. stone objects, the nurses, the Louvre Aegyptian collection. A collection is not a logical class: a collection is a first-order entity, while a class is a second-order one.
Entity (owl:Class) Anything: real, possible, or imaginary, which some modeller wants to talk about for some purpose.
hasMember (owl:ObjectProperty) A relation between collections and entities, e.g. 'my collection of saxophones includes an old Adolphe Sax original alto' (i.e. my collection has member an Adolphe Sax alto). The object property isMemberOf is its inverse.
No scenario is added to this Content OP.
This revision (revision ID 9075) takes in account the reviews: CollectionEntity (ValentinaPresutti about CollectionEntity)
Other info at evaluation tab