-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpurpose-2.dot
More file actions
102 lines (85 loc) · 6.34 KB
/
purpose-2.dot
File metadata and controls
102 lines (85 loc) · 6.34 KB
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
digraph G {
rankdir=LR;
bgcolor=transparent;
compound=true;
node [shape=rect,style=filled,fillcolor=yellow];
P [label="Purpose",fillcolor="salmon"];
Sector [fillcolor=lightblue];
Context [fillcolor=lightblue];
Sector -> P [dir=both, arrowhead=none, label="hasSector"];
Context -> P [dir=both, arrowhead=none,label="hasContext"];
LegalCompliance -> P [arrowhead=onormal];
ResearchAndDevelopment -> P [arrowhead=onormal];
AcademicResearch -> ResearchAndDevelopment [arrowhead=onormal];
CommercialResearch -> ResearchAndDevelopment [arrowhead=onormal];
NonCommercialResearch -> ResearchAndDevelopment [arrowhead=onormal];
AccountManagement -> P [arrowhead=onormal];
P -> Marketing [dir=both,arrowhead=none,arrowtail=onormal];
Marketing -> Advertising [dir=both,arrowhead=none,arrowtail=onormal];
EnforceSecurity -> P [arrowhead=onormal];
AntiTerrorismOperations -> EnforceSecurity [arrowhead=onormal];
FraudPreventionAndDetection -> EnforceSecurity [arrowhead=onormal];
EnforceAccessControl -> EnforceSecurity [arrowhead=onormal];
IdentityVerification -> EnforceSecurity [arrowhead=onormal];
CounterMoneyLaundering -> FraudPreventionAndDetection [arrowhead=onormal];
MaintainFraudDatabase -> FraudPreventionAndDetection [arrowhead=onormal];
P -> CommunicationManagement [dir=both,arrowhead=none,arrowtail=onormal];
CommunicationManagement -> CommunicationForCustomerCare [dir=both,arrowhead=none,arrowtail=onormal];
CustomerCare ->CommunicationForCustomerCare [dir=both,arrowhead=none,arrowtail=onormal];
P -> Personalisation [dir=both,arrowhead=none,arrowtail=onormal];
P -> ServiceProvision [dir=both,arrowhead=none,arrowtail=onormal];
Personalisation -> ServicePersonalization [dir=both,arrowhead=none,arrowtail=onormal];
ServiceProvision -> ServicePersonalization [dir=both,arrowhead=none,arrowtail=onormal];
ServicePersonalization -> CreatePersonalisedRecommendations [dir=both,arrowhead=none,arrowtail=onormal];
ServicePersonalization -> UserInterfacePersonalisation [dir=both,arrowhead=none,arrowtail=onormal];
CreatePersonalisedRecommendations -> CreateProductRecommendations [dir=both,arrowhead=none,arrowtail=onormal];
P -> CustomerManagement [dir=both,arrowhead=none,arrowtail=onormal];
CustomerManagement -> CustomerSolvencyMonitoring [dir=both,arrowhead=none,arrowtail=onormal];
CustomerSolvencyMonitoring -> CreditChecking [dir=both,arrowhead=none,arrowtail=onormal];
CustomerManagement -> CustomerCare [dir=both,arrowhead=none,arrowtail=onormal];
CustomerManagement -> CustomerClaimsManagement [dir=both,arrowhead=none,arrowtail=onormal];
CustomerManagement -> CustomerOrderManagement [dir=both,arrowhead=none,arrowtail=onormal];
CustomerManagement -> CustomerRelationshipManagement [dir=both,arrowhead=none,arrowtail=onormal];
RequestedServiceProvision -> DeliveryOfGoods [dir=both,arrowhead=none,arrowtail=onormal];
ServiceProvision -> RequestedServiceProvision [dir=both,arrowhead=none,arrowtail=onormal];
ServiceProvision -> SellProducts [dir=both,arrowhead=none,arrowtail=onormal];
ServiceProvision -> TechnicalServiceProvision [dir=both,arrowhead=none,arrowtail=onormal];
SellProducts -> SellDataToThirdParties [dir=both,arrowhead=none,arrowtail=onormal];
SellProducts -> SellProductsToDataSubject [dir=both,arrowhead=none,arrowtail=onormal];
SellProducts -> SellInsightsFromData [dir=both,arrowhead=none,arrowtail=onormal];
ServiceProvision -> ServiceOptimization [dir=both,arrowhead=none,arrowtail=onormal];
ServiceProvision -> ServiceRecordManagement [dir=both,arrowhead=none,arrowtail=onormal];
ServiceProvision -> ServiceUsageAnalytics [dir=both,arrowhead=none,arrowtail=onormal];
ServiceProvision -> RegistrationAuthentication [dir=both,arrowhead=none,arrowtail=onormal];
ServiceProvision -> Payment [dir=both,arrowhead=none,arrowtail=onormal];
ServiceProvision -> IdentifyRectifyImpairments [dir=both,arrowhead=none,arrowtail=onormal];
Marketing -> SocialMediaMarketing [dir=both,arrowhead=none,arrowtail=onormal];
PersonalisedAdvertising -> TargetedAdvertising [dir=both,arrowhead=none,arrowtail=onormal];
Marketing -> PublicRelations [dir=both,arrowhead=none,arrowtail=onormal];
Advertising -> PersonalisedAdvertising [dir=both,arrowhead=none,arrowtail=onormal];
Personalisation -> PersonalisedAdvertising [dir=both,arrowhead=none,arrowtail=onormal];
Marketing -> DirectMarketing [dir=both,arrowhead=none,arrowtail=onormal];
ServicePersonalization -> PersonalisedBenefits [dir=both,arrowhead=none,arrowtail=onormal];
PersonnelHiring -> PersonnelManagement [arrowhead=onormal];
PersonnelPayment -> PersonnelManagement [arrowhead=onormal];
PersonnelManagement -> HumanResourceManagement [arrowhead=onormal];
HumanResourceManagement -> P [arrowhead=onormal];
VendorManagement -> P [arrowhead=onormal];
VendorPayment -> VendorManagement [arrowhead=onormal];
VendorRecordsManagement -> VendorManagement [arrowhead=onormal];
VendorSelectionAssessment -> VendorManagement [arrowhead=onormal];
OrganisationGovernance -> P [arrowhead=onormal];
OrganisationRiskManagement -> OrganisationGovernance [arrowhead=onormal];
OrganisationComplianceManagement -> OrganisationGovernance [arrowhead=onormal];
MemberPartnerManagement -> OrganisationGovernance [arrowhead=onormal];
OptimisationForConsumer -> OptimiseUserInterface [dir=both,arrowhead=none,arrowtail=onormal];
ServiceOptimization -> OptimisationForConsumer [dir=both,arrowhead=none,arrowtail=onormal];
ServiceOptimization -> OptimisationForController [dir=both,arrowhead=none,arrowtail=onormal];
OptimisationForController -> InternalResourceOptimisation [dir=both,arrowhead=none,arrowtail=onormal];
OptimisationForController -> IncreaseServiceRobustness [dir=both,arrowhead=none,arrowtail=onormal];
OptimisationForController -> ImproveInternalCRMProcesses [dir=both,arrowhead=none,arrowtail=onormal];
CustomerRelationshipManagement -> ImproveInternalCRMProcesses [dir=both,arrowhead=none,arrowtail=onormal];
OptimisationForController -> ImproveExistingProductsAndServices [dir=both,arrowhead=none,arrowtail=onormal];
CreditChecking -> MaintainCreditCheckingDatabase [dir=both,arrowhead=none,arrowtail=onormal];
RecordManagement -> P [arrowhead=onormal];
}