ConceptSystemCorrespondence

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_ConceptSystemCorrespondence [ label = "{<id>ConceptSystemCorrespondence | \l \l| <ConceptSystemCorrespondencemaps> maps \l| <ConceptSystemCorrespondencecontains> contains \l \l}" tooltip = "Conceptual:ConceptSystemCorrespondence" ] subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_ConceptSystem [ label = "{<id>ConceptSystem | \l \l| <ConceptSystemcontains> contains \l| <ConceptSystemhasConceptParentChild> hasConceptParentChild \l| <ConceptSystemhasConceptPartWhole> hasConceptPartWhole \l \l}" tooltip = "Conceptual:ConceptSystem" ]; DDI4_SimilarConcept [ label = "{<id>SimilarConcept | \l \l| <SimilarConceptmaps> maps \l \l}" tooltip = "Conceptual:SimilarConcept" ]; } subgraph Collections { label = "Collections" node [ color = "#FF0044" ] DDI4_CollectionCorrespondence [ label = "{<id>CollectionCorrespondence | + label : Label \l + definition : StructuredString \l + description : StructuredString \l \l \l| <CollectionCorrespondencemaps> maps \l| <CollectionCorrespondencecontains> contains \l \l}" tooltip = "Collections:CollectionCorrespondence" ]; } DDI4_ConceptSystemCorrespondence -> DDI4_CollectionCorrespondence [arrowhead=empty color="#000000" ]; DDI4_ConceptSystem -> DDI4_ConceptSystemCorrespondence:ConceptSystemCorrespondencemaps [arrowhead=odiamond labeldistance=1.9 taillabel="2..n" headlabel="0..n" edgetooltip="maps" fontcolor="black" color="#00000"]; DDI4_SimilarConcept -> DDI4_ConceptSystemCorrespondence:ConceptSystemCorrespondencecontains [arrowhead=odiamond labeldistance=1.9 taillabel="1..n" headlabel="1..n" edgetooltip="contains" fontcolor="black" color="#00000"]; }