Slot: dataProductOwner
The person or team accountable for this data product
URI: dds:slot/dataProductOwner
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| DataProduct | A governed collection that represents a purpose-driven assembly of datasets and services with an owning team and lifecycle. The DataProduct defines the boundary of accountability between data producers and consumers. | no |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | String or User or Organization |
| Domain Of | DataProduct |
Cardinality and Requirements
| Property | Value |
|---|---|
| ### Slot Characteristics |
| Property | Value |
|---|---|
| Owner | DataProduct |
Expressions & Logic
#### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'User'}) - AnonymousSlotExpression({'range': 'Organization'}) - AnonymousSlotExpression({'range': 'string'})Identifier and Mapping Information
Schema Source
- from schema: https://cdisc.org/dds
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dds:dataProductOwner |
| native | dds:dataProductOwner |
| exact | prov:wasAttributedTo |
LinkML Source
name: dataProductOwner
description: The person or team accountable for this data product
from_schema: https://cdisc.org/dds
exact_mappings:
- prov:wasAttributedTo
rank: 1000
owner: DataProduct
domain_of:
- DataProduct
range: string
any_of:
- range: User
- range: Organization
- range: string