-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.puml
184 lines (130 loc) · 6.72 KB
/
example.puml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
@startuml
!startsub resource
object "<u>Supercomputer : Infrastructure</u>" as Supercomputer #00ffff {
description = "Supercomputer which can be used for high
\t performance computing. Characteristics are the
\t following: ... "@en ^^ Multilingual_String
}
!endsub
!startsub agents
object "<u>Brown University : Organisation_Unit</u>" as BrownUniversity #ffffff {
name = "Brown University"@en ^^ Multilingual_String
rorId = "https://ror.org/05gq02987" ^^ ROR_ID_Type
websiteURL = "https://www.brown.edu/" ^^ URI
address = {
\tcity = "Providence"@en ^^ Multilingual_String
\tstateOrProvince = "Rhode Island"@en ^^ Multilingual_String
\tcountry = "USA"@en ^^ Multilingual_String
} ^^ Postal_Address
}
object "<u>University of Novi Sad : Organisation_Unit</u>" as NoviSadUniversity #ffffff {
name = "University of Novi Sad"@en ^^ Multilingual_String
rorId = "https://ror.org/00xa57a59" ^^ ROR_ID_Type
websiteURL = "https://www.uns.ac.rs/index.php/en/" ^^ URI
address = {
\tcity = "Novi Sad"@en ^^ Multilingual_String
\tcountry = "Serbia"@en ^^ Multilingual_String
} ^^ Postal_Address
}
object "<u>Marko Miljekovic:Person</u>" as Marko #ffffff {
personName = {
\t firstNames = "Marko"@sr ^^ Multilingual_String
\t familyNames = "Miljeković"@sr ^^ Multilingual_String
} ^^ PersonName
}
object "<u>Marko University of Novi Sad : Employment</u>" as MarkoNoviSadUniversity #ffffff {
dateRange = {
\t startDate = "1931-02-29" ^^ Date
\t startDateInclusive = "true" ^^ Boolean
} ^^ Date_Range
positionTitle = {
\t title = "Professor"@en ^^ Date
} ^^ Position_Title
}
MarkoNoviSadUniversity o--> Marko : actor >
MarkoNoviSadUniversity o--> NoviSadUniversity : involved in >
object "<u>Affiliation Marko : Affiliation_Statement</u>" as AffiliationMarko #ffffff {
displayAffiliation = "University of Novi Sad, Serbia" ^^ String
displayPersonName = "Marko Miljeković" ^^ String
}
MarkoNoviSadUniversity o--> AffiliationMarko : is the foundation for >
!endsub
!startsub resource
object "<u>Supercomputer Possession : Resource_Possession</u>" as SupercomputerPossession #ffffff {
dateRange = {
\t startDate = "2011-02-29" ^^ Date
\t startDateInclusive = "true" ^^ Boolean
\t endDate = "2021-02-29" ^^ Date
\t endDateInclusive = "true" ^^ Boolean
} ^^ Date_Range
}
SupercomputerPossession o--> BrownUniversity : owner >
SupercomputerPossession o--> Supercomputer : resource >
!endsub
!startsub resourceOffer
object "<u>Supercomputer Offer : Resource_Offer</u>" as SupercomputerOffer #ffffff {
dateRange = {
\t startDate = "2015-02-29" ^^ Date
\t startDateInclusive = "true" ^^ Boolean
\t endDate = "2019-02-29" ^^ Date
\t endDateInclusive = "true" ^^ Boolean
} ^^ Date_Range
}
SupercomputerOffer o--> BrownUniversity : issuer >
SupercomputerOffer o--> Supercomputer : resource >
object "<u>Supercomputer Renting Description : Textual_Document</u>" as SupercomputerRentingDescription #ffffff {
}
SupercomputerOffer o--> SupercomputerRentingDescription : described in >
!endsub
!startsub resourceRequest
object "<u>Supercomputer Request : Resource_Request</u>" as SupercomputerRequest #ffffff {
date = "2017-02-29" ^^ Date
}
SupercomputerRequest o--> Marko : applicant >
SupercomputerRequest o--> AffiliationMarko : affiliation >
SupercomputerRequest o--> BrownUniversity : addressee >
SupercomputerRequest o--> SupercomputerOffer : in response to >
object "<u>Supercomputer Request Description : Textual_Document</u>" as SupercomputerRequestDescription #ffffff {
}
SupercomputerRequest o--> SupercomputerRequestDescription : described in >
!endsub
!startsub skillsExpertise
object "<u>Microsoft Certified Solutions Expert : Expertise_and_Skills</u>" as MicrosoftCertifiedSolutionsExpert #ffffff {
description = "Skills needed to move your company to the cloud,
\t increase user productivity and ..."@en ^^ Multilingual_String
}
object "<u>Supercomputer Renting Skill Needed : Expertise_and_Skills_Condition</u>" as SupercomputerRentingSkillNeeded #ffffff {
level = "High level of the skill is needed proved by certificate."@en ^^ Multilingual_String
}
SupercomputerOffer o--> SupercomputerRentingSkillNeeded : expertise/skills condition >
SupercomputerRentingSkillNeeded o--> MicrosoftCertifiedSolutionsExpert : expertise >
object "<u>Microsoft Certified Solutions Expert Possession : Expertise_and_Skills_Possession</u>" as MicrosoftCertifiedSolutionsExpertPossession #ffffff {
dateRange = {
\t startDate = "2010-02-29" ^^ Date
\t startDateInclusive = "true" ^^ Boolean
} ^^ Date_Range
}
object "<u>Microsoft Certificate : Document</u>" as MicrosoftCertificate #ffffff {
title = "Microsoft Certificate for Marko
\t Miljeković"@en ^^ Multilingual_String
publicationDate = "2010-02-29" ^^ Date
}
MicrosoftCertifiedSolutionsExpertPossession o--> MicrosoftCertificate : evindeced by >
MicrosoftCertifiedSolutionsExpertPossession o--> Marko : owner >
MicrosoftCertifiedSolutionsExpertPossession o--> MicrosoftCertifiedSolutionsExpert : skill or expertise >
!endsub
!startsub decision
object "<u>Supercomputer Request Decision : Decision</u>" as SupercomputerRequestDecision #ffffff {
date = "2017-06-31" ^^ Date
}
SupercomputerRequestDecision o--> BrownUniversity : is made by >
SupercomputerRequestDecision o--> SupercomputerRequest : on >
object "<u>Supercomputer Request Decision Document : Document</u>" as SupercomputerRequestDecisionDocument #ffffff {
title = "Decision for granting infrastructure
\t for usage by University of Novi Sad,
\t Serbia"@en ^^ Multilingual_String
publicationDate = "2017-06-31" ^^ Date
}
SupercomputerRequestDecision o--> SupercomputerRequestDecisionDocument : expressed in >
!endsub
@enduml