|
|
ISO 15926-7 Template Specification Version: 2008-02 Status: CD-TS |
| Template number | - | 3153 |
| Name | - | Assembly of possible individual |
| Intent | - | Representation of the part-whole assembly relationship between temporal parts of two possible individuals |
| Description | - |
For the temporal part analysis see 1002. The temporal part of the PossibleIndividual that is the 'whole' in the assembly is related to the temporal part of the PossibleIndividual that is the 'part' in the assembly by means of a specialization of the AssemblyOfIndividual relationship. An instance of that relationship can (optionally) be classified with an instance of ClassOfAssemblyOfIndividual. The latter indicates that the assembly relationship is, in principle, possible. NOTE - In most cases this will only include possible relationships in a generic sense. Whether or not a given combination actually is possible depends on many other constraints, such as dimensions. |
| Analysis diagram | - | |
|
| ||
| Scope graph | - | |
|
|
||
|
Longhand and shorthand graph |
- | |
|
|
||
| LT elements | - |
1 http://dm.rdlfacade.org/data#ArrangedIndividual 2 http://dm.rdlfacade.org/data#ClassOfAssemblyOfIndividual 3 http://dm.rdlfacade.org/data#ClassOfTemporalWholePart 4 http://dm.rdlfacade.org/data#PossibleIndividual 5 http://rdl.rdlfacade.org/data#XmlSchemaDateTime 6 http://tpl.rdlfacade.org/data#LT-3153.1002.1.ArrangedIndividual 7 http://tpl.rdlfacade.org/data#LT-3153.1002.1.Beginning 8 http://tpl.rdlfacade.org/data#LT-3153.1002.1.Classification 9 http://tpl.rdlfacade.org/data#LT-3153.1002.1.TemporalWholePart 10 http://tpl.rdlfacade.org/data#LT-3153.1002.2.ArrangedIndividual 11 http://tpl.rdlfacade.org/data#LT-3153.1002.2.Beginning 12 http://tpl.rdlfacade.org/data#LT-3153.1002.2.Classification 13 http://tpl.rdlfacade.org/data#LT-3153.1002.2.TemporalWholePart 14 http://tpl.rdlfacade.org/data#LT-3153.1002.ClassOfRepresentationOfThing 15 http://tpl.rdlfacade.org/data#LT-3153.1002.PointInTime 16 http://tpl.rdlfacade.org/data#LT-3153.AssemblyOfIndividual 17 http://tpl.rdlfacade.org/data#LT-3153.Classification |
| OWL listing | - | |
|
Specification in FOL |
- | |
| Sample ST instance | - |
<part2:MultidimensionalObject rdf:ID="ST-548348"> <rdf:type rdf:resource="http://tpl.rdlfacade.org/data#ST-3153"/> <part7:temporalWholeOfWhole rdf:resource="#MPO-439112"/> <part7:temporalPartOfWhole rdf:resource="MPO-439112-20070814T151300Z"/> <part7:temporalWholeOfWhole rdf:resource="#MPO-348504"/> <part7:temporalPartOfWhole rdf:resource="MPO-348504-20070814T151300Z"/> <part7:context rdf:resource="http://www.xyz-corp.com/rdl#COTWP-233291"/> <part7:beginning rdf:resource="#XSDT_20070814T151300Z"/> <part7:assemblyType rdf:resource="http://rdl.rdlfacade.org/data#R-239482"/> </part2:MultidimensionalObject>
<part2:ClassOfInformationRepresentation rdf:ID="XSDT_20070814T151300Z"> <rdf:type rdf:resource="http://rdl.rdlfacade.org/data#XmlSchemaDateTime"/> <part2:content rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2007-08-14T15:13:00.0Z</part2:content> </part2:ClassOfInformationRepresentation>
NOTE - The (fictitious) data correspond with those used in the above analysis diagram.
|
| Definition of properties for shorthand template: | ||
| Property | Description of the rdf:object | |
| temporalWholeOfWhole | - |
the temporal whole of the temporal part that is the 'whole' in the assembly. |
| temporalPartOfWhole | - |
the temporal part that is the 'whole' in the assembly. |
| temporalWholeOfPart | - |
the temporal whole of the temporal part that is the 'part' in the assembly. |
| temporalPartOfPart | - |
the temporal part that is the 'part' in the assembly. |
| context | - |
the ClassOfTemporalWholePart that (optionally) indicates the context in which this information is valid. |
| beginning | - |
the instance of XmlSchemaDateTime that represents the date and time of the beginning of the existence of the temporal part (NOTE). |
| assemblyType | - | the type of assembly that (optionally) applies to the represented AssemblyOfIndividual relationship ( EXAMPLE). |
| EXAMPLE | - |
A centrifugal pump has one or more impellers; if the 'whole' is a centrifugal pump and the 'part' is an impeller, then it is a valid relationship from this perspective (the impeller may not fit, but that depends on other constraints). Such a ClassOfAssemblyOfIndividual may be further specialized, for example by a pump supplier, to the level of model numbers, such as: Model P-83Kx centrifugal pump has two Part Number I-9384B impellers: <owl:Class rdf:ID="P-83Kx-vs-I-9384B"> <rdfs:subClassOf rdf:resource="http://rdl.rdlfacade.org/data#R-239482"/> <!--CentrifugalPump-Impellers--> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="#classOfPart"/> <owl:allValuesFrom rdf:resource="#I-9384B"/> <!--impeller--> </owl:Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="#classOfWhole"/> <owl:allValuesFrom rdf:resource="#P-83Kx"/> <!--centrifugal pump--> <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">2</owl:cardinality> </owl:Restriction> </rdfs:subClassOf> </owl:Class> |
| NOTE | - |
In ISO 15926 exclusively the Gregorian calendar and UTC time is used. |