-
Notifications
You must be signed in to change notification settings - Fork 1
/
UseCase-SugarCRM
299 lines (234 loc) · 10.2 KB
/
UseCase-SugarCRM
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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
@base <http://rdfs.genssiz.org/SurgarCRM> .
@prefix : <http://rdfs.genssiz.org/SurgarCRM#> .
@prefix crm: <http://rdfs.genssiz.org/Vocabulary_CRM_001#> .
@prefix usdl: <http://www.linked-usdl.org/ns/usdl-core#> .
@prefix usdl-br: <http://linked-usdl.org/ns/usdl-business-roles#> .
@prefix usdl-it: <http://linked-usdl.org/ns/usdl-interaction-types#> .
@prefix usdl-ir: <http://linked-usdl.org/ns/usdl-interaction-roles#> .
@prefix legal: <http://www.linked-usdl.org/ns/usdl-legal#> .
@prefix price: <http://www.linked-usdl.org/ns/usdl-pricing#> .
@prefix sla: <http://www.linked-usdl.org/ns/usdl-sla#> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dctypes: <http://purl.org/dc/dcmitype/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix blueprint: <http://bizweb.sap.com/TR/blueprint#> .
@prefix ctag: <http://commontag.org/ns#> .
@prefix msm: <http://cms-wg.sti2.org/ns/minimal-service-model#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix sawsdl: <http://www.w3.org/ns/sawsdl#> .
@prefix sarest: <http://www.knoesis.org/research/srl/standards/sa-rest/#> .
@prefix wl: <http://www.wsmo.org/ns/wsmo-lite#> .
@prefix http: <http://www.w3.org/2011/http#> .
@prefix gn: <http://www.geonames.org/ontology#> .
@prefix language: <http://www.lingvoj.org/lang/> .
@prefix nco: <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#> .
<> a owl:Ontology;
rdfs:label "SurgarCRM description" ;
dcterms:title "SurgarCRM description" ;
dcterms:description "Description of SurgarCRM (www.sugarcrm.com) cloud-based system to show the integration USDL-TOSCA." ;
dcterms:created "2012-08-14"^^xsd:date ;
dcterms:modified "2013-07-25"^^xsd:date ;
owl:versionInfo "003" .
# Sugar Professional, Sugar Corporate, Sugar Enterprise, Sugar Ultimate, SugarExchange
#************************************************************************************
# SugarCRM Inc. Company data
#************************************************************************************
:bentity_SugarCRM_Inc a gr:BusinessEntity ;
foaf:homepage <http://www.sugarcrm.com/> ;
foaf:logo <http://d2owqhhe2x3j50.cloudfront.net/crm/images/content_images/poweredby_sugarcrm.gif> ;
gr:hasISICv4 "620"^^xsd:string ;
gr:hasNAICS "511210"^^xsd:string ;
gr:legalName "SugarCRM Inc."^^xsd:string ;
gr:taxID "77123/12345"^^xsd:string ;
vcard:adr
[ a vcard:Work ;
vcard:country-name "U.S."@en ] .
#************************************************************************************
# usdl:ServiceModel -- model_SugarCRM
#************************************************************************************
:model_SugarCRM a usdl:ServiceModel ;
dcterms:title "SugarCRM Model for Software"@en .
#************************************************************************************
# usdl:ServiceOffering -- offering_SugarCRM
#************************************************************************************
:offering_SugarCRM a usdl:ServiceOffering ;
dcterms:title "SugarCRM Offering"@en ;
dcterms:description "Offering for a SugarCRM instance."@en ;
# usdl:validFrom "2012-09-01"^^xsd:date;
# usdl:validThrough "2013-08-31"^^xsd:date;
foaf:page <http://www.sugarcrm.com/products> ;
gr:name "SugarCRM Systems";
gr:description """SugarCRM is a CRM systems provided as a SaaS solutions.""";
# usdl:price <#price_SugarCRM>
# usdl:legal <#legal_SugarCRM>
usdl:includes <#service_SugarCRM> .
#************************************************************************************
# usdl:Service -- SugarCRM
#************************************************************************************
<#service_SugarCRM> a usdl:Service ;
dcterms:title "SugarCRM Service"@en ;
usdl:hasClassification dbpedia:Software_as_a_service ;
usdl:hasServiceModel :model_SugarCRM ;
usdl:hasInteractionPoint :ip_Contact_US ;
usdl:hasInteractionPoint :purchase_Orders_by_Status ;
usdl:hasInvolvedEntity [
a usdl:InvolvedEntity ;
usdl:hasBusinessEntity :bentity_SugarCRM_Inc ;
usdl:hasBusinessRole usdl-br:provider ;
usdl:hasEntityType usdl-br:consumer ;
] .
#************************************************************************************
# usdl:InteractionPoint :abc -- SugarCRM
#************************************************************************************
:purchase_Orders_by_Status a usdl:InteractionPoint ;
dcterms:title "Inventory Management"@en ;
dcterms:description "Inventory Management: Purchase Orders by Status."@en ;
usdl:hasInteractingEntity [
a usdl:InteractingEntity ;
usdl:hasEntityType usdl-br:provider ;
usdl:hasEntityType usdl-br:producer ;
usdl:hasInteractionRole usdl-ir:participant ;
] ;
usdl:hasInteractingEntity [
a usdl:InteractingEntity ;
usdl:hasEntityType usdl-br:consumer ;
usdl:hasInteractionRole usdl-ir:initiator ;
usdl:hasInteractionRole usdl-ir:receiver;
usdl:hasInteractionRole usdl-ir:participant;
] ;
usdl:receives [
a rdfs:Resource ;
rdfs:comment "Status"@en ;
rdf:type dbpedia:Process_states ;
] ;
usdl:yields [
a rdfs:Resource ;
rdfs:comment "Purchase Orders"@en ;
rdf:type dbpedia:Purchase_order ;
] ;
usdl:hasContactMedium [
a nco:EmailAddress ;
nco:emailAddress "[email protected]" ;
nco:contactMediumComment "User Interface" ;
usdl:hasInteractionType usdl-it:human-to-machine ;
usdl:hasInteractionType usdl-it:remote ;
] ;
# msm:Operation rdfs:subClassOf nco:ContactMedium.
#************************************************************************************
# usdl:InteractionPoint :ip_Contact_US -- SugarCRM
#************************************************************************************
:ip_Contact_US a usdl:InteractionPoint ;
dcterms:title "SugarCRM Contact US"@en ;
dcterms:description "How to contact SugarCRM offices."@en ;
usdl:hasContactMedium [
a nco:PhoneNumber ;
nco:hasPhoneNumber "+1 877.842.7276" ;
nco:contactMediumComment "Global number" ;
usdl:hasInteractionType usdl-it:manual ;
usdl:hasInteractionType usdl-it:remote ;
] ;
usdl:hasContactMedium [
a nco:PhoneNumber ;
nco:hasPhoneNumber "+1.408.454.6940" ;
nco:contactMediumComment "Sales" ;
usdl:hasInteractionType usdl-it:manual ;
usdl:hasInteractionType usdl-it:remote ;
] ;
usdl:hasContactMedium [
a nco:PostalAddress ;
nco:country "USA" ;
nco:region "California" ;
nco:locality "Cupertino" ;
nco:postalcode "CA 95014" ;
nco:streetAddress "10050 North Wolfe Road, SW2-130" ;
usdl:hasInteractionType usdl-it:manual ;
usdl:hasInteractionType usdl-it:remote ;
] ;
usdl:hasContactMedium [
a nco:EmailAddress ;
nco:emailAddress "[email protected] " ;
nco:contactMediumComment "Sales North America" ;
usdl:hasInteractionType usdl-it:manual ;
usdl:hasInteractionType usdl-it:remote ;
] ;
usdl:hasInteractingEntity [
a usdl:InteractingEntity ;
usdl:hasEntityType usdl-br:provider ;
usdl:hasInteractionRole usdl-br:participant ;
] ;
usdl:receives [
a rdfs:Resource ;
rdfs:comment "First name, last name, email, phone, company, title, and number of employees"@en ;
] ;
usdl:yields [
a rdfs:Resource ;
rdfs:comment "Answers to questions related to SugarCRM sofwtare products"@en ;
] ;
#************************************************************************************
# Legal
#************************************************************************************
:legal_SugarCRM a legal:TermsAndConditions ;
dcterms:title "SugarCRM legal statements"@en ;
dcterms:description "SugarCRM legal statements are accessible at 'http://www.sugarcrm.com/'. Please consult this website for further information"@en ;
legal:hasClause
[ a legal:Clause ;
legal:name "Public License" ;
legal:text "http://www.sugarcrm.com/page/sugarcrm-public-license/en"@en ] ,
[ a legal:Clause ;
legal:name "Trademark Information" ;
legal:text "http://www.sugarcrm.com/about/trademark-information"@en ] ,
[ a legal:Clause ;
legal:name "Privacy Policy" ;
legal:text "http://www.sugarcrm.com/about/sugarcrm-inc-privacy-policy"@en ] ,
[ a legal:Clause ;
legal:name "Master Subscription Agreement" ;
legal:text "http://www.sugarcrm.com/master-subscription-agreement"@en ] ,
[ a legal:Clause ;
legal:name "On-line Terms of Use" ;
legal:text "http://www.sugarcrm.com/page/sugarcrm-line-terms-use/en"@en ] .
#************************************************************************************
# Customizing
#************************************************************************************
:SugarCRM_Edition a rdfs:Class , skos:Concept ;
rdfs:subClassOf gr:QualitativeValue ;
skos:prefLabel "SurgarCRM Software Packages Editions" ;
skos:editorialNote "SurgarCRM declares their editions as qualitative measure in the categories: Professional, Coporate, Enterprise and Ultimate." ;
skos:narrower
:SugarCRM_Professional ,
:SugarCRM_Corporate ,
:SugarCRM_Enterprise ,
:SugarCRM_Ultimate .
:SugarCRM_Professional a rdfs:Class , skos:Concept ;
rdfs:subClassOf gr:QualitativeValue ;
skos:prefLabel "SurgarCRM Software Packages Edition Corporate" ;
skos:broader :SugarCRM_Edition ;
skos:narrower :SugarCRM_Corporate .
:SugarCRM_Corporate a rdfs:Class , skos:Concept ;
rdfs:subClassOf gr:QualitativeValue ;
skos:prefLabel "SurgarCRM Software Packages Edition Enterprise" ;
skos:broader
:SugarCRM_Edition ,
:SugarCRM_Professional ;
skos:narrower :SugarCRM_Enterprise .
:SugarCRM_Enterprise a rdfs:Class , skos:Concept ;
rdfs:subClassOf gr:QualitativeValue ;
skos:prefLabel "SurgarCRM Software Packages Edition Ultimate" ;
skos:broader
:SugarCRM_Edition ,
:SugarCRM_Corporate ;
skos:narrower :SugarCRM_Ultimate .
:SugarCRM_Ultimate a rdfs:Class , skos:Concept ;
rdfs:subClassOf gr:QualitativeValue ;
skos:prefLabel "SurgarCRM Software Packages Edition Enterprise" ;
skos:broader
:SugarCRM_Edition ,
:SugarCRM_Enterprise .