AgentListing¶
Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::Agents::AgentListing
Definition¶
Listing of agents of any type who may be organized to describe relationships between agents.
Examples¶
Organizations contributing to a project. Individuals within an agency. All organizations, individuals, and machines identified within the collections of an archive. A listing of organizations contributing to a network for the purposes of providing data.
Explanatory notes¶
Relationships between agents are fluid and reflect effective dates of the relationship. An agent may have multiple relationships which may be sequential or concurrent. Relationships may or may not be hierarchical in nature. All Agents are serialized individually and brought into relationships as appropriate.
Diagram
Attributes
Name |
Inherited from |
Description |
Data Type |
Multiplicity |
Default value |
---|---|---|---|---|---|
allowsDuplicates |
- own class - |
If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical “bag” permits duplicates and is unordered - a “set” does not have duplicates and may be ordered.) |
Boolean |
1..1 |
|
identifier |
- own class - |
Identifier for objects requiring short- or long-lasting referencing and management. |
0..1 |
||
name |
- own class - |
Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage. |
0..* |
||
purpose |
- own class - |
Intent or reason for the object/the description of the object. |
0..1 |
Associations
Direction |
Association |
Description |
Multiplicity of AgentListing |
Package of Other Class |
Other Class |
Multiplicity of other class |
Aggregation Kind |
Inherited from |
---|---|---|---|---|---|---|---|---|
from |
AgentListing has Agent |
0..* |
- own package - |
0..* |
shared |
- own class - |
||
from |
AgentListing has AgentPosition |
1..1 |
- own package - |
0..* |
composite |
- own class - |
||
from |
AgentListing isDefinedBy Concept |
The conceptual basis for the collection of members. |
0..* |
0..* |
none |
- own class - |
||
from |
AgentListing isMaintainedBy Agent |
The unit or group of persons within the organization responsible for the agent listing (i.e., for adding, changing or deleting agent entries). |
0..* |
- own package - |
0..1 |
none |
- own class - |
|
to |
AgentStructure structures AgentListing |
0..1 |
- own package - |
0..* |
none |
- own class - |
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 AgentListing (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-Agents-AgentListing"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing"
6 xmi:type="uml:Class">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing"/>
11 <body>Definition
12============
13Listing of agents of any type who may be organized to describe relationships between agents.
14
15Examples
16==========
17Organizations contributing to a project. Individuals within an agency. All organizations, individuals, and machines identified within the collections of an archive. A listing of organizations contributing to a network for the purposes of providing data.
18
19Explanatory notes
20===================
21Relationships between agents are fluid and reflect effective dates of the relationship. An agent may have multiple relationships which may be sequential or concurrent. Relationships may or may not be hierarchical in nature. All Agents are serialized individually and brought into relationships as appropriate.</body>
22 </ownedComment>
23 <name>AgentListing</name>
24 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-allowsDuplicates"
25 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-allowsDuplicates"
26 xmi:type="uml:Property">
27 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-allowsDuplicates-ownedComment"
28 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-allowsDuplicates-ownedComment"
29 xmi:type="uml:Comment">
30 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-allowsDuplicates"/>
31 <body>If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical "bag" permits duplicates and is unordered - a "set" does not have duplicates and may be ordered.)</body>
32 </ownedComment>
33 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-allowsDuplicates-lowerValue"
34 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-allowsDuplicates-lowerValue"
35 xmi:type="uml:LiteralInteger">
36 <value>1</value>
37 </lowerValue>
38 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-allowsDuplicates-upperValue"
39 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-allowsDuplicates-upperValue"
40 xmi:type="uml:LiteralUnlimitedNatural">
41 <value>1</value>
42 </upperValue>
43 <name>allowsDuplicates</name>
44 <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
45 xmi:type="uml:PrimitiveType"/>
46 </ownedAttribute>
47 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-identifier"
48 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-identifier"
49 xmi:type="uml:Property">
50 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-identifier-ownedComment"
51 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-identifier-ownedComment"
52 xmi:type="uml:Comment">
53 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-identifier"/>
54 <body>Identifier for objects requiring short- or long-lasting referencing and management.</body>
55 </ownedComment>
56 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-identifier-lowerValue"
57 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-identifier-lowerValue"
58 xmi:type="uml:LiteralInteger"/>
59 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-identifier-upperValue"
60 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-identifier-upperValue"
61 xmi:type="uml:LiteralUnlimitedNatural">
62 <value>1</value>
63 </upperValue>
64 <name>identifier</name>
65 <isID>true</isID>
66 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-Identifier"/>
67 </ownedAttribute>
68 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-name"
69 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-name"
70 xmi:type="uml:Property">
71 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-name-ownedComment"
72 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-name-ownedComment"
73 xmi:type="uml:Comment">
74 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-name"/>
75 <body>Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.</body>
76 </ownedComment>
77 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-name-lowerValue"
78 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-name-lowerValue"
79 xmi:type="uml:LiteralInteger"/>
80 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-name-upperValue"
81 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-name-upperValue"
82 xmi:type="uml:LiteralUnlimitedNatural">
83 <value>*</value>
84 </upperValue>
85 <name>name</name>
86 <isOrdered>true</isOrdered>
87 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ObjectName"/>
88 </ownedAttribute>
89 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_1"
90 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_1"
91 xmi:type="uml:Property">
92 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_1-lowerValue"
93 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_1-lowerValue"
94 xmi:type="uml:LiteralInteger"/>
95 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_1-upperValue"
96 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_1-upperValue"
97 xmi:type="uml:LiteralUnlimitedNatural">
98 <value>*</value>
99 </upperValue>
100 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing_isDefinedBy_Concept"/>
101 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-Concept"/>
102 </ownedAttribute>
103 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_2"
104 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_2"
105 xmi:type="uml:Property">
106 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_2-lowerValue"
107 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_2-lowerValue"
108 xmi:type="uml:LiteralInteger"/>
109 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_2-upperValue"
110 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_2-upperValue"
111 xmi:type="uml:LiteralUnlimitedNatural">
112 <value>1</value>
113 </upperValue>
114 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing_isMaintainedBy_Agent"/>
115 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-Agent"/>
116 </ownedAttribute>
117 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_3"
118 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_3"
119 xmi:type="uml:Property">
120 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_3-lowerValue"
121 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_3-lowerValue"
122 xmi:type="uml:LiteralInteger"/>
123 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_3-upperValue"
124 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_3-upperValue"
125 xmi:type="uml:LiteralUnlimitedNatural">
126 <value>*</value>
127 </upperValue>
128 <aggregation>composite</aggregation>
129 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing_has_AgentPosition"/>
130 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-AgentPosition"/>
131 </ownedAttribute>
132 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_4"
133 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_4"
134 xmi:type="uml:Property">
135 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_4-lowerValue"
136 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_4-lowerValue"
137 xmi:type="uml:LiteralInteger"/>
138 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-ownedAttribute_4-upperValue"
139 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-ownedAttribute_4-upperValue"
140 xmi:type="uml:LiteralUnlimitedNatural">
141 <value>*</value>
142 </upperValue>
143 <aggregation>shared</aggregation>
144 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing_has_Agent"/>
145 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-Agent"/>
146 </ownedAttribute>
147 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-purpose"
148 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-purpose"
149 xmi:type="uml:Property">
150 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-purpose-ownedComment"
151 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-purpose-ownedComment"
152 xmi:type="uml:Comment">
153 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-purpose"/>
154 <body>Intent or reason for the object/the description of the object.</body>
155 </ownedComment>
156 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-purpose-lowerValue"
157 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-purpose-lowerValue"
158 xmi:type="uml:LiteralInteger"/>
159 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Agents-AgentListing-purpose-upperValue"
160 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#AgentListing-purpose-upperValue"
161 xmi:type="uml:LiteralUnlimitedNatural">
162 <value>1</value>
163 </upperValue>
164 <name>purpose</name>
165 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-InternationalString"/>
166 </ownedAttribute>
167</packagedElement>
Fragment for the class AgentListing (entire XML Schema)
1<xs:element name="AgentListing"
2 type="AgentListingXsdType"
3 xml:id="AgentListing">
4 <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::Agents::AgentListing -->
5 <xs:annotation>
6 <xs:documentation>Definition
7 ============
8 Listing of agents of any type who may be organized to describe relationships between agents.
9
10 Examples
11 ==========
12 Organizations contributing to a project. Individuals within an agency. All organizations, individuals, and machines identified within the collections of an archive. A listing of organizations contributing to a network for the purposes of providing data.
13
14 Explanatory notes
15 ===================
16 Relationships between agents are fluid and reflect effective dates of the relationship. An agent may have multiple relationships which may be sequential or concurrent. Relationships may or may not be hierarchical in nature. All Agents are serialized individually and brought into relationships as appropriate.</xs:documentation>
17 </xs:annotation>
18</xs:element>
19<xs:complexType name="AgentListingXsdType"
20 xml:id="AgentListingXsdType">
21 <xs:annotation>
22 <xs:documentation>Definition
23 ============
24 Listing of agents of any type who may be organized to describe relationships between agents.
25
26 Examples
27 ==========
28 Organizations contributing to a project. Individuals within an agency. All organizations, individuals, and machines identified within the collections of an archive. A listing of organizations contributing to a network for the purposes of providing data.
29
30 Explanatory notes
31 ===================
32 Relationships between agents are fluid and reflect effective dates of the relationship. An agent may have multiple relationships which may be sequential or concurrent. Relationships may or may not be hierarchical in nature. All Agents are serialized individually and brought into relationships as appropriate.</xs:documentation>
33 </xs:annotation>
34 <xs:sequence>
35 <xs:element name="allowsDuplicates"
36 type="xs:boolean"
37 minOccurs="1"
38 maxOccurs="1"
39 xml:id="AgentListing-allowsDuplicates">
40 <xs:annotation>
41 <xs:documentation>If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical "bag" permits duplicates and is unordered - a "set" does not have duplicates and may be ordered.)</xs:documentation>
42 </xs:annotation>
43 </xs:element>
44 <xs:element name="identifier"
45 type="IdentifierXsdType"
46 minOccurs="0"
47 maxOccurs="1"
48 xml:id="AgentListing-identifier">
49 <xs:annotation>
50 <xs:documentation>Identifier for objects requiring short- or long-lasting referencing and management.</xs:documentation>
51 </xs:annotation>
52 </xs:element>
53 <xs:element name="name"
54 type="ObjectNameXsdType"
55 minOccurs="0"
56 maxOccurs="unbounded"
57 xml:id="AgentListing-name">
58 <xs:annotation>
59 <xs:documentation>Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.</xs:documentation>
60 </xs:annotation>
61 </xs:element>
62 <xs:element name="purpose"
63 type="InternationalStringXsdType"
64 minOccurs="0"
65 maxOccurs="1"
66 xml:id="AgentListing-purpose">
67 <xs:annotation>
68 <xs:documentation>Intent or reason for the object/the description of the object.</xs:documentation>
69 </xs:annotation>
70 </xs:element>
71 <xs:element name="AgentListing_isDefinedBy_Concept"
72 minOccurs="0"
73 maxOccurs="unbounded"
74 xml:id="AgentListing_isDefinedBy_Concept">
75 <xs:annotation>
76 <xs:documentation>The conceptual basis for the collection of members.</xs:documentation>
77 </xs:annotation>
78 <xs:complexType>
79 <xs:complexContent>
80 <xs:restriction base="AssociationReferenceXsdType">
81 <xs:sequence>
82 <xs:element name="ddiReference"
83 type="InternationalRegistrationDataIdentifierXsdType"
84 minOccurs="0"
85 maxOccurs="1"
86 xml:id="AgentListing_isDefinedBy_Concept-ddiReference"/>
87 <xs:element name="validType"
88 minOccurs="0"
89 maxOccurs="unbounded"
90 xml:id="AgentListing_isDefinedBy_Concept-validType">
91 <xs:simpleType>
92 <xs:restriction base="xs:NMTOKEN">
93 <xs:enumeration value="Category"/>
94 <xs:enumeration value="Concept"/>
95 <xs:enumeration value="ConceptualValue"/>
96 <xs:enumeration value="ConceptualVariable"/>
97 <xs:enumeration value="DescriptorVariable"/>
98 <xs:enumeration value="DimensionalKeyDefinitionMember"/>
99 <xs:enumeration value="InstanceVariable"/>
100 <xs:enumeration value="KeyDefinitionMember"/>
101 <xs:enumeration value="Population"/>
102 <xs:enumeration value="ReferenceVariable"/>
103 <xs:enumeration value="RepresentedVariable"/>
104 <xs:enumeration value="UnitType"/>
105 <xs:enumeration value="Universe"/>
106 </xs:restriction>
107 </xs:simpleType>
108 </xs:element>
109 </xs:sequence>
110 </xs:restriction>
111 </xs:complexContent>
112 </xs:complexType>
113 </xs:element>
114 <xs:element name="AgentListing_isMaintainedBy_Agent"
115 minOccurs="0"
116 maxOccurs="1"
117 xml:id="AgentListing_isMaintainedBy_Agent">
118 <xs:annotation>
119 <xs:documentation>The unit or group of persons within the organization responsible for the agent listing (i.e., for adding, changing or deleting agent entries).</xs:documentation>
120 </xs:annotation>
121 <xs:complexType>
122 <xs:complexContent>
123 <xs:restriction base="AssociationReferenceXsdType">
124 <xs:sequence>
125 <xs:element name="ddiReference"
126 type="InternationalRegistrationDataIdentifierXsdType"
127 minOccurs="0"
128 maxOccurs="1"
129 xml:id="AgentListing_isMaintainedBy_Agent-ddiReference"/>
130 <xs:element name="validType"
131 minOccurs="0"
132 maxOccurs="unbounded"
133 xml:id="AgentListing_isMaintainedBy_Agent-validType">
134 <xs:simpleType>
135 <xs:restriction base="xs:NMTOKEN">
136 <xs:enumeration value="Agent"/>
137 <xs:enumeration value="Curator"/>
138 <xs:enumeration value="Individual"/>
139 <xs:enumeration value="Machine"/>
140 <xs:enumeration value="Organization"/>
141 <xs:enumeration value="ProcessingAgent"/>
142 <xs:enumeration value="Service"/>
143 </xs:restriction>
144 </xs:simpleType>
145 </xs:element>
146 </xs:sequence>
147 </xs:restriction>
148 </xs:complexContent>
149 </xs:complexType>
150 </xs:element>
151 <xs:element name="AgentListing_has_AgentPosition"
152 minOccurs="0"
153 maxOccurs="unbounded"
154 xml:id="AgentListing_has_AgentPosition">
155 <xs:annotation>
156 <xs:documentation></xs:documentation>
157 </xs:annotation>
158 <xs:complexType>
159 <xs:complexContent>
160 <xs:restriction base="AssociationReferenceXsdType">
161 <xs:sequence>
162 <xs:element name="ddiReference"
163 type="InternationalRegistrationDataIdentifierXsdType"
164 minOccurs="0"
165 maxOccurs="1"
166 xml:id="AgentListing_has_AgentPosition-ddiReference"/>
167 <xs:element name="validType"
168 minOccurs="1"
169 maxOccurs="1"
170 xml:id="AgentListing_has_AgentPosition-validType">
171 <xs:simpleType>
172 <xs:restriction base="xs:NMTOKEN">
173 <xs:enumeration value="AgentPosition"/>
174 </xs:restriction>
175 </xs:simpleType>
176 </xs:element>
177 </xs:sequence>
178 </xs:restriction>
179 </xs:complexContent>
180 </xs:complexType>
181 </xs:element>
182 <xs:element name="AgentListing_has_Agent"
183 minOccurs="0"
184 maxOccurs="unbounded"
185 xml:id="AgentListing_has_Agent">
186 <xs:annotation>
187 <xs:documentation></xs:documentation>
188 </xs:annotation>
189 <xs:complexType>
190 <xs:complexContent>
191 <xs:restriction base="AssociationReferenceXsdType">
192 <xs:sequence>
193 <xs:element name="ddiReference"
194 type="InternationalRegistrationDataIdentifierXsdType"
195 minOccurs="0"
196 maxOccurs="1"
197 xml:id="AgentListing_has_Agent-ddiReference"/>
198 <xs:element name="validType"
199 minOccurs="0"
200 maxOccurs="unbounded"
201 xml:id="AgentListing_has_Agent-validType">
202 <xs:simpleType>
203 <xs:restriction base="xs:NMTOKEN">
204 <xs:enumeration value="Agent"/>
205 <xs:enumeration value="Curator"/>
206 <xs:enumeration value="Individual"/>
207 <xs:enumeration value="Machine"/>
208 <xs:enumeration value="Organization"/>
209 <xs:enumeration value="ProcessingAgent"/>
210 <xs:enumeration value="Service"/>
211 </xs:restriction>
212 </xs:simpleType>
213 </xs:element>
214 </xs:sequence>
215 </xs:restriction>
216 </xs:complexContent>
217 </xs:complexType>
218 </xs:element>
219 </xs:sequence>
220</xs:complexType>
Fragment for the class AgentListing (main ontology)
1# class AgentListing
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::Agents::AgentListing
3cdi:AgentListing
4 a rdfs:Class, owl:Class, ucmis:Class;
5 rdfs:label "AgentListing";
6 rdfs:comment "Definition \n============ \nListing of agents of any type who may be organized to describe relationships between agents. \n\nExamples \n========== \nOrganizations contributing to a project. Individuals within an agency. All organizations, individuals, and machines identified within the collections of an archive. A listing of organizations contributing to a network for the purposes of providing data.\n\nExplanatory notes \n=================== \nRelationships between agents are fluid and reflect effective dates of the relationship. An agent may have multiple relationships which may be sequential or concurrent. Relationships may or may not be hierarchical in nature. All Agents are serialized individually and brought into relationships as appropriate."@en;
7
8.
9
10cdi:AgentListing-allowsDuplicates
11 a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
12 rdfs:label "allowsDuplicates";
13 rdfs:comment "If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical \"bag\" permits duplicates and is unordered - a \"set\" does not have duplicates and may be ordered.)"@en;
14 rdfs:domain cdi:AgentListing;
15 rdfs:range xsd:boolean;
16.
17
18cdi:AgentListing-identifier
19 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
20 rdfs:label "identifier";
21 rdfs:comment "Identifier for objects requiring short- or long-lasting referencing and management."@en;
22 rdfs:domain cdi:AgentListing;
23 rdfs:range cdi:Identifier;
24.
25
26cdi:AgentListing-name
27 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
28 rdfs:label "name";
29 rdfs:comment "Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage."@en;
30 rdfs:domain cdi:AgentListing;
31 rdfs:range cdi:ObjectName;
32.
33
34cdi:AgentListing-purpose
35 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
36 rdfs:label "purpose";
37 rdfs:comment "Intent or reason for the object/the description of the object."@en;
38 rdfs:domain cdi:AgentListing;
39 rdfs:range cdi:InternationalString;
40.
41
42
43cdi:AgentListing_has_Agent
44 a rdf:Property, owl:ObjectProperty, ucmis:Association;
45 # ASSOCIATION
46 rdfs:label "has";
47 skos:altLabel "AgentListing_has_Agent";
48
49 rdfs:domain cdi:AgentListing;
50 rdfs:range cdi:Agent;
51.
52
53cdi:AgentListing_has_AgentPosition
54 a rdf:Property, owl:ObjectProperty, ucmis:Association;
55 # ASSOCIATION
56 rdfs:label "has";
57 skos:altLabel "AgentListing_has_AgentPosition";
58
59 rdfs:domain cdi:AgentListing;
60 rdfs:range cdi:AgentPosition;
61.
62
63cdi:AgentListing_isDefinedBy_Concept
64 a rdf:Property, owl:ObjectProperty, ucmis:Association;
65 # ASSOCIATION
66 rdfs:label "isDefinedBy";
67 skos:altLabel "AgentListing_isDefinedBy_Concept";
68 rdfs:comment "The conceptual basis for the collection of members."@en;
69 rdfs:domain cdi:AgentListing;
70 rdfs:range cdi:Concept;
71.
72
73cdi:AgentListing_isMaintainedBy_Agent
74 a rdf:Property, owl:ObjectProperty, ucmis:Association;
75 # ASSOCIATION
76 rdfs:label "isMaintainedBy";
77 skos:altLabel "AgentListing_isMaintainedBy_Agent";
78 rdfs:comment "The unit or group of persons within the organization responsible for the agent listing (i.e., for adding, changing or deleting agent entries)."@en;
79 rdfs:domain cdi:AgentListing;
80 rdfs:range cdi:Agent;
81.
Fragment for the class AgentListing (main JSON-LD)
1{
2 "@context": [
3 {
4 "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
5 "xsd": "http://www.w3.org/2001/XMLSchema#",
6 "AgentListing": "cdi:AgentListing",
7 "allowsDuplicates": {
8 "@id": "cdi:AgentListing-allowsDuplicates",
9 "@type": "xsd:boolean"
10 },
11 "identifier": {
12 "@id": "cdi:AgentListing-identifier",
13 "@type": "@id",
14 "@context": "Identifier.jsonld"
15 },
16 "name": {
17 "@id": "cdi:AgentListing-name",
18 "@type": "@id",
19 "@context": "ObjectName.jsonld"
20 },
21 "purpose": {
22 "@id": "cdi:AgentListing-purpose",
23 "@type": "@id",
24 "@context": "InternationalString.jsonld"
25 },
26
27 "has": {
28 "@id": "cdi:AgentListing_has_Agent",
29 "@type": "@id" },
30 "has": {
31 "@id": "cdi:AgentListing_has_AgentPosition",
32 "@type": "@id" },
33 "isDefinedBy": {
34 "@id": "cdi:AgentListing_isDefinedBy_Concept",
35 "@type": "@id" },
36 "isMaintainedBy": {
37 "@id": "cdi:AgentListing_isMaintainedBy_Agent",
38 "@type": "@id" },
39 "structures_OF_AgentStructure": {
40 "@reverse": "cdi:AgentStructure_structures_AgentListing",
41 "@type": "@id"
42 },
43 " comment ": "tag:json-should-support-trailing-commas"
44 }
45 ],
46 "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:03.",
47 "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::Agents::AgentListing"
48}