SimilarConcept

A reference to a concept with similar meaning and a description of their differences. The similar concept structure allows specification of similar concepts to address cases where confusion may affect the appropriate use of the concept.

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_SimilarConcept [ label = "{<id>SimilarConcept | \l \l| <SimilarConceptmaps> maps \l \l}" tooltip = "Conceptual:SimilarConcept" ] 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_MemberCorrespondence [ label = "{<id>MemberCorrespondence | + type : CorrespondenceType \l + label : Label \l + definition : StructuredString \l + description : StructuredString \l \l \l| <MemberCorrespondencemaps> maps \l \l}" tooltip = "Collections:MemberCorrespondence" ]; } DDI4_SimilarConcept -> DDI4_MemberCorrespondence [arrowhead=empty color="#000000" ]; DDI4_Concept -> DDI4_SimilarConcept:SimilarConceptmaps [arrowhead=odiamond labeldistance=1.9 taillabel="2..n" headlabel="0..n" edgetooltip="maps" fontcolor="black" color="#00000"]; }