forked from Open-Data-Product-Initiative/odpc-v1.0
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgovernance.yaml
More file actions
548 lines (548 loc) · 15.8 KB
/
Copy pathgovernance.yaml
File metadata and controls
548 lines (548 loc) · 15.8 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
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
schema: https://opendataproducts.org/odpv-v1.0/schema/odpv.schema.json
version: 1.0.0
id: ODPV
name:
en: Open Data Product Vocabulary
description:
en: Shared vocabulary for the OpenDataProducts.org standards family.
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
publisher:
name: Open Data Product Initiative
umbrella: Linux Foundation
url: https://opendataproducts.org
sections:
- id: governance
name:
en: ODPV Governance
description:
en: Terms used to describe how data products are controlled, protected, accessed, licensed, and operated.
terms:
- id: DataQuality
uri: https://opendataproducts.org/odpv-v1.0/terms/DataQuality
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Data Quality
definition:
en: The expected, measured, or reported quality of a data product, dataset, distribution, or data service.
alsoKnownAs:
en:
- quality
- data quality score
- quality assessment
- quality metrics
relatedTerms:
- SLA
- DataContract
- Stewardship
- ComplianceRule
usedIn:
- ODPS
- ODPC
- ODPG
examples:
en:
- Completeness above 98 percent is a DataQuality expectation for the Customer Profile DataProduct.
- Use DataQuality for expected, measured, or reported quality of a product, dataset, distribution, or service.
- id: SLA
uri: https://opendataproducts.org/odpv-v1.0/terms/SLA
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: SLA
definition:
en: A service-level agreement or expectation that defines operational commitments for a data product, distribution, or data service.
alsoKnownAs:
en:
- service level agreement
- service commitment
- operational commitment
- service expectation
relatedTerms:
- DataQuality
- Agreement
- AccessMethod
- DataContract
usedIn:
- ODPS
- ODPG
examples:
en:
- The product refreshes by 08:00 UTC every business day is an SLA.
- Use SLA for service-level expectations or operational commitments.
- id: License
uri: https://opendataproducts.org/odpv-v1.0/terms/License
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: License
definition:
en: The legal terms that define how a data product, dataset, distribution, or data service may be used, shared, or redistributed.
alsoKnownAs:
en:
- license
- data license
- usage license
- legal license
- redistribution terms
relatedTerms:
- UsageRights
- Agreement
- DataAgreement
- Policy
mappings:
closeMatch:
- dcterms:LicenseDocument
usedIn:
- ODPS
- ODPC
- ODPG
examples:
en:
- Apache 2.0 is a License for a publicly shared dataset.
- Use License for legal terms that define how data may be used, shared, or redistributed.
- id: DataAccess
uri: https://opendataproducts.org/odpv-v1.0/terms/DataAccess
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Data Access
definition:
en: The access configuration or access description for a data product, dataset, distribution, or data service.
alsoKnownAs:
en:
- dataAccess
- data access
- access configuration
- access description
relatedTerms:
- AccessMethod
- AccessCondition
- DataService
- Distribution
usedIn:
- ODPS
- ODPC
- ODPG
examples:
en:
- An ODPS dataAccess block describes the output ports or access channels for a data product.
- Use DataAccess for product-level access configuration or description.
- id: AccessMethod
uri: https://opendataproducts.org/odpv-v1.0/terms/AccessMethod
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Access Method
definition:
en: The method used to access a data product, dataset, distribution, or data service, such as API, file download, query endpoint, or platform access.
alsoKnownAs:
en:
- access channel
- delivery method
- access interface
- data access method
relatedTerms:
- AccessCondition
- DataService
- Distribution
- SLA
usedIn:
- ODPS
- ODPC
- ODPG
examples:
en:
- A Snowflake share is an AccessMethod for the Customer Features DataProduct.
- Use AccessMethod for the channel or interface used to access data, such as API, file download, query endpoint, or platform access.
- id: PricingPlan
uri: https://opendataproducts.org/odpv-v1.0/terms/PricingPlan
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Pricing Plan
definition:
en: A pricing, cost, subscription, or commercial plan that describes how a data product or data service may be paid for, charged, or monetized.
alsoKnownAs:
en:
- pricingPlans
- pricing plan
- commercial plan
- subscription plan
relatedTerms:
- Agreement
- License
- UsageRights
- PaymentGateway
usedIn:
- ODPS
examples:
en:
- A monthly subscription tier for a market data product is a PricingPlan.
- Use PricingPlan for pricing, cost, subscription, or monetization plans.
- id: PaymentGateway
uri: https://opendataproducts.org/odpv-v1.0/terms/PaymentGateway
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Payment Gateway
definition:
en: A payment integration, payment service, or gateway used to process commercial access to a data product or data service.
alsoKnownAs:
en:
- paymentGateways
- payment gateway
- payment integration
- payment service
relatedTerms:
- PricingPlan
- Agreement
- DataAccess
- DataService
usedIn:
- ODPS
examples:
en:
- A Stripe integration configured for paid API access is a PaymentGateway.
- Use PaymentGateway for payment services or integrations used with commercial data product access.
- id: Support
uri: https://opendataproducts.org/odpv-v1.0/terms/Support
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Support
definition:
en: The support model or contact channel for help, issue handling, or operational assistance related to a data product or data service.
alsoKnownAs:
en:
- support
- product support
- support contact
- help channel
relatedTerms:
- SLA
- Stewardship
- Owner
- DataService
usedIn:
- ODPS
examples:
en:
- A support email and phone number for product incidents is Support metadata.
- Use Support for help, issue handling, or operational assistance channels.
- id: Agreement
uri: https://opendataproducts.org/odpv-v1.0/terms/Agreement
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Agreement
definition:
en: A formal or informal agreement that defines usage, commercial, legal, operational, or governance terms for a data product or data exchange.
alsoKnownAs:
en:
- data agreement
- usage agreement
- service agreement
- commercial agreement
relatedTerms:
- DataAgreement
- License
- UsageRights
- SLA
usedIn:
- ODPS
- ODPC
- ODPG
examples:
en:
- A commercial data sharing contract is an Agreement for an external data exchange.
- Use Agreement for usage, commercial, legal, operational, or governance terms between parties.
- id: Policy
uri: https://opendataproducts.org/odpv-v1.0/terms/Policy
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Policy
definition:
en: A rule, guideline, or governance statement that applies to a data product, catalog, graph, use case, access method, or related object.
alsoKnownAs:
en:
- governance policy
- rule
- guideline
- control policy
relatedTerms:
- ComplianceRule
- GovernanceProfile
- AccessCondition
- Sensitivity
mappings:
closeMatch:
- odrl:Policy
usedIn:
- ODPS
- ODPC
- ODPG
examples:
en:
- Customer data must not be exported outside approved regions is a Policy.
- Use Policy for a rule, guideline, or governance statement that applies to products, catalogs, graphs, use cases, or access.
- id: ComplianceRule
uri: https://opendataproducts.org/odpv-v1.0/terms/ComplianceRule
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Compliance Rule
definition:
en: A specific rule or requirement used to assess, enforce, or document compliance.
alsoKnownAs:
en:
- compliance requirement
- control rule
- regulatory rule
- validation rule
relatedTerms:
- Policy
- GovernanceProfile
- DataQuality
- Risk
usedIn:
- ODPS
- ODPC
- ODPG
examples:
en:
- PII fields must be masked before non-production use is a ComplianceRule.
- Use ComplianceRule for a specific requirement used to assess, enforce, or document compliance.
- id: Sensitivity
uri: https://opendataproducts.org/odpv-v1.0/terms/Sensitivity
type: classification
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Sensitivity
definition:
en: A classification that indicates how sensitive a data product, dataset, attribute, distribution, or service is from a privacy, security, commercial, or operational perspective.
alsoKnownAs:
en:
- sensitivity level
- data sensitivity
- security classification
- privacy classification
relatedTerms:
- Policy
- AccessCondition
- UsageRights
- GovernanceProfile
usedIn:
- ODPS
- ODPC
examples:
en:
- Confidential is a Sensitivity classification for customer identity data.
- Use Sensitivity to indicate privacy, security, commercial, or operational sensitivity.
- id: UsageRights
uri: https://opendataproducts.org/odpv-v1.0/terms/UsageRights
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Usage Rights
definition:
en: The rights granted to consumers for using, sharing, modifying, deriving, or redistributing a data product or dataset.
alsoKnownAs:
en:
- use rights
- permitted use
- usage permissions
- allowed use
relatedTerms:
- License
- Agreement
- DataAgreement
- AccessCondition
mappings:
closeMatch:
- odrl:Permission
usedIn:
- ODPS
- ODPC
examples:
en:
- Internal analytics only is a UsageRights statement for a licensed dataset.
- Use UsageRights for what consumers may do with data, including use, sharing, modification, derivation, or redistribution.
- id: Retention
uri: https://opendataproducts.org/odpv-v1.0/terms/Retention
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Retention
definition:
en: The rules or expectations for how long data, metadata, logs, agreements, or related records should be retained.
alsoKnownAs:
en:
- retention rule
- retention period
- record retention
- data retention
relatedTerms:
- Policy
- ComplianceRule
- DataAgreement
- Stewardship
usedIn:
- ODPS
- ODPC
examples:
en:
- Transaction logs retained for seven years is a Retention rule.
- Use Retention for how long data, metadata, logs, agreements, or records should be kept.
- id: AccessCondition
uri: https://opendataproducts.org/odpv-v1.0/terms/AccessCondition
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Access Condition
definition:
en: A condition that must be met before a consumer can access a data product, dataset, distribution, or data service.
alsoKnownAs:
en:
- access rule
- access requirement
- eligibility condition
- access constraint
relatedTerms:
- AccessMethod
- UsageRights
- Policy
- Sensitivity
usedIn:
- ODPS
- ODPC
- ODPG
examples:
en:
- Manager approval required before access is granted is an AccessCondition.
- Use AccessCondition for a requirement that must be met before a consumer can access data.
- id: GovernanceProfile
uri: https://opendataproducts.org/odpv-v1.0/terms/GovernanceProfile
type: classification
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Governance Profile
definition:
en: A reusable governance classification that describes the expected level of control, assurance, review, or operational maturity for a data product or catalog item.
alsoKnownAs:
en:
- governance level
- assurance profile
- control profile
- maturity profile
relatedTerms:
- Policy
- ComplianceRule
- Sensitivity
- Stewardship
usedIn:
- ODPS
- ODPC
examples:
en:
- High assurance is a GovernanceProfile for regulated finance data products.
- Use GovernanceProfile for a reusable classification of control, assurance, review, or maturity expectations.
- id: DataAgreement
uri: https://opendataproducts.org/odpv-v1.0/terms/DataAgreement
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Data Agreement
definition:
en: A structured agreement that defines the allowed use, responsibilities, obligations, and constraints for a data product or data exchange.
alsoKnownAs:
en:
- data sharing agreement
- data usage agreement
- data exchange agreement
- product agreement
relatedTerms:
- Agreement
- License
- UsageRights
- AccessCondition
usedIn:
- ODPS
- ODPC
examples:
en:
- A partner data exchange contract with allowed uses and obligations is a DataAgreement.
- Use DataAgreement for structured allowed use, responsibilities, obligations, and constraints for data sharing.
- id: DataContract
uri: https://opendataproducts.org/odpv-v1.0/terms/DataContract
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Data Contract
definition:
en: A technical or operational contract that defines expectations for schema, quality, delivery, compatibility, and change management.
alsoKnownAs:
en:
- schema contract
- delivery contract
- operational contract
- technical contract
relatedTerms:
- DataQuality
- SLA
- AccessMethod
- Stewardship
usedIn:
- ODPS
examples:
en:
- A schema compatibility and freshness contract for an events API is a DataContract.
- Use DataContract for technical or operational expectations around schema, quality, delivery, compatibility, and change management.
- id: Stewardship
uri: https://opendataproducts.org/odpv-v1.0/terms/Stewardship
type: object
status: stable
introducedIn: 1.0.0
preferredLabel:
en: Stewardship
definition:
en: The assigned responsibility model for managing data product metadata, quality, lifecycle, and operational health.
alsoKnownAs:
en:
- data stewardship
- product stewardship
- metadata stewardship
- lifecycle responsibility
relatedTerms:
- Steward
- Owner
- DataQuality
- GovernanceProfile
usedIn:
- ODPS
- ODPC
examples:
en:
- The analytics platform team handles Stewardship for metadata quality and lifecycle reviews.
- Use Stewardship for the assigned responsibility model for metadata, quality, lifecycle, and operational health.