ConceptPartWhole

Part-whole specialization of OrderRelation between Concepts within a ConceptSystem.

Extends

OrderRelation

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_ConceptPartWhole [ label = "{<id>ConceptPartWhole | \l \l| <ConceptPartWholewhole> whole \l| <ConceptPartWholepart> part \l \l}" tooltip = "Conceptual:ConceptPartWhole" ] subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_Concept [ label = "{<id>Concept | \l \l| \l \l}" tooltip = "Conceptual:Concept" ]; } subgraph Collections { label = "Collections" node [ color = "#FF0044" ] DDI4_OrderRelation [ label = "{<id>OrderRelation | + type : OrderRelationshipType \l + criteria : StructuredString \l + isRegularHierarchy : xs:boolean \l + label : Label \l + definition : StructuredString \l + description : StructuredString \l \l \l| <OrderRelationpredecessor> predecessor \l| <OrderRelationsuccessor> successor \l \l}" tooltip = "Collections:OrderRelation" ]; } DDI4_ConceptPartWhole -> DDI4_OrderRelation [arrowhead=empty color="#000000" ]; DDI4_ConceptPartWhole:ConceptPartWholewhole -> DDI4_Concept [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="whole" fontcolor="black" color="#00000"]; DDI4_ConceptPartWhole:ConceptPartWholepart -> DDI4_Concept [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="part" fontcolor="black" color="#00000"]; }