Universe¶
Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::Conceptual::Universe
Definition¶
Specialized unit type, with the specialization based upon characteristics other than time and geography.
Examples¶
Canadian adults (not limited to those residing in Canada)
Computer companies
Universities
Explanatory notes¶
Universe sits in a hierarchy between unit type and population, with unit type being most general and Population most specific. A universe is a set of entities defined by a more narrow specification than that of an underlying unit type. A population further narrows the specification to a specific time and geography.
If the Universe consists of people, a number of factors may be used in defining membership in the Universe, such as age, sex, residence, income, veteran status, criminal convictions, etc. The universe may consist of elements other than persons, such as housing units, court cases, deaths, countries, etc. A universe may be described as “inclusive” or “exclusive”.
Not to be confused with Population, which includes the specification of time and geography.
Inheritance
Attributes
Associations
Syntax representations / encodings
All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.
Fragment for the class Universe (entire model as XMI)
1<packagedElement xmlns:StandardProfile="http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard"
2 xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"
3 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
4 xmi:id="DDICDIModels-DDICDILibrary-Classes-Conceptual-Universe"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Universe"
6 xmi:type="uml:Class">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Conceptual-Universe-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Universe-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-Universe"/>
11 <body>Definition
12============
13Specialized unit type, with the specialization based upon characteristics other than time and geography.
14
15Examples
16==========
171. Canadian adults (not limited to those residing in Canada)
182. Computer companies
193. Universities
20
21Explanatory notes
22===================
23Universe sits in a hierarchy between unit type and population, with unit type being most general and Population most specific. A universe is a set of entities defined by a more narrow specification than that of an underlying unit type. A population further narrows the specification to a specific time and geography.
24
25If the Universe consists of people, a number of factors may be used in defining membership in the Universe, such as age, sex, residence, income, veteran status, criminal convictions, etc. The universe may consist of elements other than persons, such as housing units, court cases, deaths, countries, etc. A universe may be described as "inclusive" or "exclusive".
26
27Not to be confused with Population, which includes the specification of time and geography.</body>
28 </ownedComment>
29 <name>Universe</name>
30 <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-Conceptual-Universe-generalization"
31 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Universe-generalization"
32 xmi:type="uml:Generalization">
33 <general xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-UnitType"/>
34 </generalization>
35 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Conceptual-Universe-isInclusive"
36 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Universe-isInclusive"
37 xmi:type="uml:Property">
38 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Conceptual-Universe-isInclusive-ownedComment"
39 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Universe-isInclusive-ownedComment"
40 xmi:type="uml:Comment">
41 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-Universe-isInclusive"/>
42 <body>Default value is True. The description statement of a universe is generally stated in inclusive terms such as "All persons with university degree". Occasionally a universe is defined by what it excludes, i.e., "All persons except those with university degree". In this case the value would be changed to False.</body>
43 </ownedComment>
44 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Conceptual-Universe-isInclusive-lowerValue"
45 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Universe-isInclusive-lowerValue"
46 xmi:type="uml:LiteralInteger"/>
47 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Conceptual-Universe-isInclusive-upperValue"
48 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Universe-isInclusive-upperValue"
49 xmi:type="uml:LiteralUnlimitedNatural">
50 <value>1</value>
51 </upperValue>
52 <name>isInclusive</name>
53 <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Conceptual-Universe-isInclusive-defaultValue"
54 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Universe-isInclusive-defaultValue"
55 xmi:type="uml:LiteralBoolean">
56 <value>True</value>
57 </defaultValue>
58 <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
59 xmi:type="uml:PrimitiveType"/>
60 </ownedAttribute>
61</packagedElement>
Fragment for the class Universe (entire XML Schema)
1<xs:element name="Universe"
2 type="UniverseXsdType"
3 xml:id="Universe">
4 <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::Conceptual::Universe -->
5 <xs:annotation>
6 <xs:documentation>Definition
7 ============
8 Specialized unit type, with the specialization based upon characteristics other than time and geography.
9
10 Examples
11 ==========
12 1. Canadian adults (not limited to those residing in Canada)
13 2. Computer companies
14 3. Universities
15
16 Explanatory notes
17 ===================
18 Universe sits in a hierarchy between unit type and population, with unit type being most general and Population most specific. A universe is a set of entities defined by a more narrow specification than that of an underlying unit type. A population further narrows the specification to a specific time and geography.
19
20 If the Universe consists of people, a number of factors may be used in defining membership in the Universe, such as age, sex, residence, income, veteran status, criminal convictions, etc. The universe may consist of elements other than persons, such as housing units, court cases, deaths, countries, etc. A universe may be described as "inclusive" or "exclusive".
21
22 Not to be confused with Population, which includes the specification of time and geography.</xs:documentation>
23 </xs:annotation>
24</xs:element>
25<xs:complexType name="UniverseXsdType"
26 xml:id="UniverseXsdType">
27 <xs:annotation>
28 <xs:documentation>Definition
29 ============
30 Specialized unit type, with the specialization based upon characteristics other than time and geography.
31
32 Examples
33 ==========
34 1. Canadian adults (not limited to those residing in Canada)
35 2. Computer companies
36 3. Universities
37
38 Explanatory notes
39 ===================
40 Universe sits in a hierarchy between unit type and population, with unit type being most general and Population most specific. A universe is a set of entities defined by a more narrow specification than that of an underlying unit type. A population further narrows the specification to a specific time and geography.
41
42 If the Universe consists of people, a number of factors may be used in defining membership in the Universe, such as age, sex, residence, income, veteran status, criminal convictions, etc. The universe may consist of elements other than persons, such as housing units, court cases, deaths, countries, etc. A universe may be described as "inclusive" or "exclusive".
43
44 Not to be confused with Population, which includes the specification of time and geography.</xs:documentation>
45 </xs:annotation>
46 <xs:complexContent>
47 <xs:extension base="UnitTypeXsdType">
48 <xs:sequence>
49 <xs:element name="isInclusive"
50 type="xs:boolean"
51 minOccurs="0"
52 maxOccurs="1"
53 xml:id="Universe-isInclusive">
54 <xs:annotation>
55 <xs:documentation>Default value is True. The description statement of a universe is generally stated in inclusive terms such as "All persons with university degree". Occasionally a universe is defined by what it excludes, i.e., "All persons except those with university degree". In this case the value would be changed to False.</xs:documentation>
56 </xs:annotation>
57 </xs:element>
58 </xs:sequence>
59 </xs:extension>
60 </xs:complexContent>
61</xs:complexType>
Fragment for the class Universe (main ontology)
1# class Universe
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::Conceptual::Universe
3cdi:Universe
4 a rdfs:Class, owl:Class, ucmis:Class;
5 rdfs:label "Universe";
6 rdfs:comment "Definition\n============\nSpecialized unit type, with the specialization based upon characteristics other than time and geography.\n\nExamples\n==========\n1. Canadian adults (not limited to those residing in Canada)\n2. Computer companies \n3. Universities\n\nExplanatory notes\n===================\nUniverse sits in a hierarchy between unit type and population, with unit type being most general and Population most specific. A universe is a set of entities defined by a more narrow specification than that of an underlying unit type. A population further narrows the specification to a specific time and geography.\n\nIf the Universe consists of people, a number of factors may be used in defining membership in the Universe, such as age, sex, residence, income, veteran status, criminal convictions, etc. The universe may consist of elements other than persons, such as housing units, court cases, deaths, countries, etc. A universe may be described as \"inclusive\" or \"exclusive\". \n\nNot to be confused with Population, which includes the specification of time and geography."@en;
7 rdfs:subClassOf cdi:UnitType;
8.
9
10cdi:Universe-isInclusive
11 a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
12 rdfs:label "isInclusive";
13 rdfs:comment "Default value is True. The description statement of a universe is generally stated in inclusive terms such as \"All persons with university degree\". Occasionally a universe is defined by what it excludes, i.e., \"All persons except those with university degree\". In this case the value would be changed to False."@en;
14 rdfs:domain cdi:Universe;
15 rdfs:range xsd:boolean;
16.
Fragment for the class Universe (main JSON-LD)
1{
2 "@context": [
3 "UnitType.jsonld",
4 {
5 "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
6 "xsd": "http://www.w3.org/2001/XMLSchema#",
7 "Universe": "cdi:Universe",
8 "isInclusive": {
9 "@id": "cdi:Universe-isInclusive",
10 "@type": "xsd:boolean"
11 },
12
13 "correspondsTo_OF_Key": {
14 "@reverse": "cdi:Key_correspondsTo_Universe",
15 "@type": "@id"
16 },
17 "correspondsTo_OF_KeyDefinition": {
18 "@reverse": "cdi:KeyDefinition_correspondsTo_Universe",
19 "@type": "@id"
20 },
21 " comment ": "tag:json-should-support-trailing-commas"
22 }
23 ],
24 "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-09-23 21:52:56.",
25 "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::Conceptual::Universe"
26}