| Line 7: | Line 7: | ||
|Intent=To represent objects that have temporary parts. | |Intent=To represent objects that have temporary parts. | ||
|Domain=Community:Parts and Collections | |Domain=Community:Parts and Collections | ||
| − | |CompetencyQuestion=When was this object part of this other one?, Which object was this one part of at a certain | + | |CompetencyQuestion=When was this object part of this other one?, Which object was this one part of at a certain time?, What are the parts of this object at a certain time? |
| − | time?, What are the parts of this object at a certain time? | + | |
|ReusableOWLBuildingBlock=http://www.ontologydesignpatterns.org/cp/owl/timeindexedpartof.owl | |ReusableOWLBuildingBlock=http://www.ontologydesignpatterns.org/cp/owl/timeindexedpartof.owl | ||
|Consequences=This Content OP allows designers to represent part-whole relations with a temporal index (holding at a certain time). | |Consequences=This Content OP allows designers to represent part-whole relations with a temporal index (holding at a certain time). | ||
| Name: | time indexed part of |
|---|---|
| Submitted by: | User:ValentinaPresutti |
| Also Known As: | |
| Intent: | To represent objects that have temporary parts. |
| Domains: | |
| Competency Questions: | |
| Solution description: | |
| Reusable OWL Building Block: | 1 (497) |
| Consequences: | This Content OP allows designers to represent part-whole relations with a temporal index (holding at a certain time). |
| Scenarios: | My Toyota Yaris mounted Michelin pneumatics in 2007, but in 2008 it mounts Pirelli pneumatics. |
| Known Uses: | |
| Web References: | |
| Other References: | |
| Examples (OWL files): | |
| Extracted From: | |
| Reengineered From: | |
| Has Components: | |
| Specialization Of: | |
| Related CPs: |
The TimeIndexedPartOf Content OP locally defines the following ontology elements:
Time Indexed Part Of (owl:Class) A situation that includes at least two Objects, one having the role of whole object, the other(s) being a part(s) of it, and one time interval.
at time (owl:ObjectProperty) A relation between a temporary part-of situation and the time it occurs at. It is a subproperty of is setting for, its domain is the class of time indexed part of situations, its range is the class time interval.
includes whole object (owl:ObjectProperty) A relation between a temporary part-of situation and the whole object involved. It is a subproperty of is setting for, its domain is the class of time indexed part of situations, its range is the class object.
is whole object of (owl:ObjectProperty) The inverse of the includes whole object property.
includes part object (owl:ObjectProperty) A relation between a temporary part-of situation and the part(s) involved. It is a subproperty of is setting for, its domain is the class of time indexed part of situations, its range is the class object.
is part object of (owl:ObjectProperty) The inverse of the includes part object property.
This revision (revision ID 1713) takes in account the reviews: none
Other info at evaluation tab
This Content OP locally defines the above elements, it also includes the elements of situation, time interval, and part of Content OPs.