Enum: DataCollectionMethod
Methods of data collection enumerated in Clause 8.6.1.
URI: iso22989:DataCollectionMethod
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| point_of_sale | None | Captured at the point of a commercial transaction |
| survey | None | Collected through structured questionnaires |
| research_study | None | Collected as part of a designed research study |
| sensor_capture | None | Captured by a physical sensor |
| image_capture | None | Captured by an imaging device |
| audio_capture | None | Captured by an audio recording device |
| document_extraction | None | Extracted from text or document corpora |
| web_scraping | None | Harvested from publicly accessible web resources |
| interaction_log | None | Recorded from interactions with software or services |
| transactional_log | None | Recorded as a side effect of transactional systems |
Slots
| Name | Description |
|---|---|
| data_collection_method | Method used to collect data (Clause 8 |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/iso22989
LinkML Source
name: DataCollectionMethod
description: Methods of data collection enumerated in Clause 8.6.1.
in_subset:
- ai_ecosystem
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
permissible_values:
point_of_sale:
text: point_of_sale
description: Captured at the point of a commercial transaction.
survey:
text: survey
description: Collected through structured questionnaires.
research_study:
text: research_study
description: Collected as part of a designed research study.
sensor_capture:
text: sensor_capture
description: Captured by a physical sensor.
image_capture:
text: image_capture
description: Captured by an imaging device.
audio_capture:
text: audio_capture
description: Captured by an audio recording device.
document_extraction:
text: document_extraction
description: Extracted from text or document corpora.
web_scraping:
text: web_scraping
description: Harvested from publicly accessible web resources.
interaction_log:
text: interaction_log
description: Recorded from interactions with software or services.
transactional_log:
text: transactional_log
description: Recorded as a side effect of transactional systems.