Skip to content

Enum: DataSourceType

Classification of data sources discussed in Clause 8.6.1.

URI: iso22989:DataSourceType

Permissible Values

Value Meaning Description
first_party None Data collected directly by the organisation operating the AI system
second_party None Data shared by a partner organisation under agreement
third_party None Data acquired from an external data provider
open_data None Publicly available data released under an open licence
synthetic None Data generated by simulation, sampling or generative models
queried_union None Data assembled on demand from a union of underlying sources

Slots

Name Description
data_source_type Classification of a data source (Clause 8

In Subsets

Identifier and Mapping Information

Schema Source

LinkML Source

name: DataSourceType
description: Classification of data sources discussed in Clause 8.6.1.
in_subset:
- ai_ecosystem
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
permissible_values:
  first_party:
    text: first_party
    description: Data collected directly by the organisation operating the AI system.
  second_party:
    text: second_party
    description: Data shared by a partner organisation under agreement.
  third_party:
    text: third_party
    description: Data acquired from an external data provider.
  open_data:
    text: open_data
    description: Publicly available data released under an open licence.
  synthetic:
    text: synthetic
    description: Data generated by simulation, sampling or generative models.
  queried_union:
    text: queried_union
    description: Data assembled on demand from a union of underlying sources.