Line 5: | Line 5: | ||
|SubmittedBy=User:ValentinaPresutti | |SubmittedBy=User:ValentinaPresutti | ||
|Name=time indexed part of | |Name=time indexed part of | ||
+ | |AlsoKnownAs=temporary part of | ||
|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 | ||
Line 11: | Line 12: | ||
|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). | ||
|Scenario=My Toyota Yaris mounted Michelin pneumatics in 2007, but in 2008 it mounts Pirelli pneumatics. | |Scenario=My Toyota Yaris mounted Michelin pneumatics in 2007, but in 2008 it mounts Pirelli pneumatics. | ||
+ | |CPInstantiationExample=http://www.ontologydesignpatterns.org/cp/examples/timeindexedpartof/yarispneumatics.owl | ||
|ExtractedFrom=http://www.loa-cnr.it/ontologies/DUL.owl | |ExtractedFrom=http://www.loa-cnr.it/ontologies/DUL.owl | ||
|HasComponent=Submissions:PartOf, Submissions:TimeInterval | |HasComponent=Submissions:PartOf, Submissions:TimeInterval |
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 1944) 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.