Population

Set of specific units (people, entities, objects, events), usually in a given time and geography.

Extends

Universe

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_Population [ label = "{<id>Population | \l \l| <PopulationhasSubpopulation> hasSubpopulation \l| <Populationcontains> contains \l \l}" tooltip = "Conceptual:Population" ] subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_Population [ label = "{<id>Population | \l \l| <PopulationhasSubpopulation> hasSubpopulation \l| <Populationcontains> contains \l \l}" tooltip = "Conceptual:Population" ]; DDI4_Unit [ label = "{<id>Unit | + label : Label \l + definition : StructuredString \l \l \l| \l \l}" tooltip = "Conceptual:Unit" ]; DDI4_Universe [ label = "{<id>Universe | + isInclusive : xs:boolean \l \l \l| <UniversehasSubuniverse> hasSubuniverse \l \l}" tooltip = "Conceptual:Universe" ]; } DDI4_Population -> DDI4_Universe [arrowhead=empty color="#000000" ]; DDI4_Population -> DDI4_Population:PopulationhasSubpopulation [arrowhead=odiamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="hasSubpopulation" fontcolor="black" color="#00000"]; DDI4_Unit -> DDI4_Population:Populationcontains [arrowhead=odiamond labeldistance=1.9 taillabel="1..n" headlabel="0..n" edgetooltip="contains" fontcolor="black" color="#00000"]; }