Slot: dataProductOwner

The person or team accountable for this data product

URI: [odm:slot/dataProductOwner](https://cdisc.org/odm2/slot/dataProductOwner) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [DataProduct](../classes/DataProduct.md) | 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 | NONE or 
[User](../classes/User.md) or 
[Organization](../classes/Organization.md) or 
[String](../types/String.md) | | Domain Of | [DataProduct](../classes/DataProduct.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [DataProduct](../classes/DataProduct.md) |
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 | odm:dataProductOwner | | native | odm: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
any_of:
- range: User
- range: Organization
- range: string