|
|
ISO 15926-7 Template Specification Version: 2008-02 Status: CD-TS |
| Template number | - | 0097 |
| Name | - | Information about a document part |
| Intent | - | Representation of (meta-)information about a document part. |
| Description | - |
A document part is an instance of DocumentDefinition. It has four classes of relationship, viz:
NOTE - The latters constitute the difference between the "implicit" information shown in this document part, and the full "explicit" information. |
| Analysis diagram | - | |
|
| ||
| Scope graph | - | |
|
|
||
|
Longhand and shorthand graph |
- | |
|
NOTE - When designing a document type the following class instances are defined:
|
||
| LT elements | - |
1 http://rdl.rdlfacade.org/data#R-900003 2 http://rdl.rdlfacade.org/data#R-900094 3 http://rdl.rdlfacade.org/data#R-900097 4 http://rdl.rdlfacade.org/data#R-900100 5 http://rdl.rdlfacade.org/data#R-900203 6 http://rdl.rdlfacade.org/data#R-900294 7 http://rdl.rdlfacade.org/data#R-902100 8 http://tpl.rdlfacade.org/data#LT-0097.ClassOfCompositionOfIndividual 9 http://tpl.rdlfacade.org/data#LT-0097.ClassOfDescription 10 http://tpl.rdlfacade.org/data#LT-0097.Classification1 11 http://tpl.rdlfacade.org/data#LT-0097.Classification2 12 http://tpl.rdlfacade.org/data#LT-0097.Classification3 13 http://tpl.rdlfacade.org/data#LT-0097.OtherRelationship |
| OWL listing | - | http://tpl.rdlfacade.org/data#0097 |
|
Specification in FOL |
- | |
| Sample ST instance | - |
<part2:MultidimensionalObject rdf:ID="ST-549880"> <rdf:type rdf:resource="http://www.xyz-corp.com/doc#DOC-123-P01"/> <part7:describes rdf:resource="#COIR-094301"/> <!--the described document part--> <part7:isDocPartOf rdf:resource="#COIR-094300"/> <!--the document of which it is a part--> <part7:hasDescription rdf:resource="#XSST_409822"/> <!--"Required capabilities"--> <part7:hasAsContext rdf:resource="#ST-326701"/> <!--heat exchanger E-101 is part of plant HC-01--> <part7:hasAsContext rdf:resource="#ST-323298"/> <!--heat exchanger E-101 has a shell as a part--> <part7:hasAsContext rdf:resource="#ST-323299"/> <!--heat exchanger E-101 has a tube as a part--> </part2:MultidimensionalObject>
<part2:ClassOfInformationRepresentation rdf:ID="XSST_409822"> <rdf:type rdf:resource="http://rdl.rdlfacade.org/data#R-901563"/> <!--English prompt (subclass of R-900094)--> <part2:content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Required capabilities</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 | |
| describes | - | a particular document part (NOTE 1). |
| isDocPartOf | - |
either a document or a document part (NOTE 1). |
| hasDescription | - |
an XmlSchemaString that describes the document part (NOTE 2) |
| hasAsContext | - |
zero or more shorthand templates that represent the context of the information contained in this document part (NOTE 3). |
|
NOTE 1 |
- | The valid class is determined by means of the fixed ClassOfClassOfComposition. |
|
NOTE 2 |
- | Fixed for any particular document part. |
|
NOTE 3 |
- | The class of these templates can be found via the classifying ClassOfRelationshipWithSignature that refers to a set of context templates. |