ConceptSystem

A set of Concepts structured by the relations among them. [GSIM 1.1]

Extends

Collection

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_ConceptSystem [ label = "{<id>ConceptSystem | \l \l| <ConceptSystemcontains> contains \l| <ConceptSystemhasConceptParentChild> hasConceptParentChild \l| <ConceptSystemhasConceptPartWhole> hasConceptPartWhole \l \l}" tooltip = "Conceptual:ConceptSystem" ] subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_Concept [ label = "{<id>Concept | \l \l| \l \l}" tooltip = "Conceptual:Concept" ]; DDI4_ConceptParentChild [ label = "{<id>ConceptParentChild | \l \l| <ConceptParentChildparent> parent \l| <ConceptParentChildchild> child \l \l}" tooltip = "Conceptual:ConceptParentChild" ]; DDI4_ConceptPartWhole [ label = "{<id>ConceptPartWhole | \l \l| <ConceptPartWholewhole> whole \l| <ConceptPartWholepart> part \l \l}" tooltip = "Conceptual:ConceptPartWhole" ]; } subgraph Collections { label = "Collections" node [ color = "#FF0044" ] DDI4_Collection [ label = "{<id>Collection | + type : CollectionType \l \l \l| <Collectioncontains> contains \l| <CollectionisOrderedBy> isOrderedBy \l \l}" tooltip = "Collections:Collection" ]; } DDI4_ConceptSystem -> DDI4_Collection [arrowhead=empty color="#000000" ]; DDI4_Concept -> DDI4_ConceptSystem:ConceptSystemcontains [arrowhead=odiamond labeldistance=1.9 taillabel="1..n" headlabel="0..n" edgetooltip="contains" fontcolor="black" color="#00000"]; DDI4_ConceptParentChild -> DDI4_ConceptSystem:ConceptSystemhasConceptParentChild [arrowhead=odiamond labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="hasConceptParentChild" fontcolor="black" color="#00000"]; DDI4_ConceptPartWhole -> DDI4_ConceptSystem:ConceptSystemhasConceptPartWhole [arrowhead=odiamond labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="hasConceptPartWhole" fontcolor="black" color="#00000"]; }