Class: ExtractedDataPoint¶
Individual data point extracted from a study
URI: revaise:ExtractedDataPoint
```mermaid classDiagram class ExtractedDataPoint click ExtractedDataPoint href "../ExtractedDataPoint/" ExtractedDataPoint : ai_assisted
ExtractedDataPoint : ai_confidence
ExtractedDataPoint : datapoint_id
ExtractedDataPoint : extracted_unit
ExtractedDataPoint : extracted_value
ExtractedDataPoint : extraction_confidence
ExtractedDataPoint --> "0..1" ConfidenceLevel : extraction_confidence
click ConfidenceLevel href "../ConfidenceLevel/"
ExtractedDataPoint : extraction_timestamp
ExtractedDataPoint : extractor_id
ExtractedDataPoint : extractor_notes
ExtractedDataPoint : page_number
ExtractedDataPoint : quote
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| datapoint_id | 1 String |
Unique identifier for this data point | direct |
| extracted_value | 1 String |
The extracted value | direct |
| extracted_unit | 0..1 String |
Unit of measurement if applicable | direct |
| extraction_confidence | 0..1 ConfidenceLevel |
Confidence in the extraction | direct |
| page_number | 0..1 String |
Page number(s) where data was found | direct |
| quote | 0..1 String |
Direct quote from the source | direct |
| extractor_notes | 0..1 String |
Notes from the extractor | direct |
| extraction_timestamp | 1 Datetime |
When extraction occurred | direct |
| extractor_id | 1 String |
ID of the extractor (human or AI) | direct |
| ai_assisted | 0..1 Boolean |
Whether AI assisted in extraction | direct |
| ai_confidence | 0..1 Float |
AI confidence score if applicable | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| ExtractedStudy | extracted_data | range | ExtractedDataPoint |
| ExtractedStudy | final_extracted_values | range | ExtractedDataPoint |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:ExtractedDataPoint |
| native | revaise:ExtractedDataPoint |
LinkML Source¶
Direct¶
name: ExtractedDataPoint
description: Individual data point extracted from a study
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slots:
- datapoint_id
- extracted_value
- extracted_unit
- extraction_confidence
- page_number
- quote
- extractor_notes
- extraction_timestamp
- extractor_id
- ai_assisted
- ai_confidence
slot_usage:
datapoint_id:
name: datapoint_id
description: Unique identifier for this data point
identifier: true
range: string
field_id:
name: field_id
description: Reference to the field definition
range: string
required: true
extracted_value:
name: extracted_value
description: The extracted value
range: string
required: true
extracted_unit:
name: extracted_unit
description: Unit of measurement if applicable
range: string
extraction_confidence:
name: extraction_confidence
description: Confidence in the extraction
range: ConfidenceLevel
page_number:
name: page_number
description: Page number(s) where data was found
range: string
quote:
name: quote
description: Direct quote from the source
range: string
extractor_notes:
name: extractor_notes
description: Notes from the extractor
range: string
extraction_timestamp:
name: extraction_timestamp
description: When extraction occurred
range: datetime
required: true
extractor_id:
name: extractor_id
description: ID of the extractor (human or AI)
range: string
required: true
ai_assisted:
name: ai_assisted
description: Whether AI assisted in extraction
range: boolean
ai_confidence:
name: ai_confidence
description: AI confidence score if applicable
range: float
Induced¶
name: ExtractedDataPoint
description: Individual data point extracted from a study
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slot_usage:
datapoint_id:
name: datapoint_id
description: Unique identifier for this data point
identifier: true
range: string
field_id:
name: field_id
description: Reference to the field definition
range: string
required: true
extracted_value:
name: extracted_value
description: The extracted value
range: string
required: true
extracted_unit:
name: extracted_unit
description: Unit of measurement if applicable
range: string
extraction_confidence:
name: extraction_confidence
description: Confidence in the extraction
range: ConfidenceLevel
page_number:
name: page_number
description: Page number(s) where data was found
range: string
quote:
name: quote
description: Direct quote from the source
range: string
extractor_notes:
name: extractor_notes
description: Notes from the extractor
range: string
extraction_timestamp:
name: extraction_timestamp
description: When extraction occurred
range: datetime
required: true
extractor_id:
name: extractor_id
description: ID of the extractor (human or AI)
range: string
required: true
ai_assisted:
name: ai_assisted
description: Whether AI assisted in extraction
range: boolean
ai_confidence:
name: ai_confidence
description: AI confidence score if applicable
range: float
attributes:
datapoint_id:
name: datapoint_id
description: Unique identifier for this data point
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
identifier: true
alias: datapoint_id
owner: ExtractedDataPoint
domain_of:
- ExtractedDataPoint
range: string
extracted_value:
name: extracted_value
description: The extracted value
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: extracted_value
owner: ExtractedDataPoint
domain_of:
- ExtractedDataPoint
range: string
required: true
extracted_unit:
name: extracted_unit
description: Unit of measurement if applicable
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: extracted_unit
owner: ExtractedDataPoint
domain_of:
- ExtractedDataPoint
range: string
extraction_confidence:
name: extraction_confidence
description: Confidence in the extraction
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: extraction_confidence
owner: ExtractedDataPoint
domain_of:
- ExtractedDataPoint
range: ConfidenceLevel
page_number:
name: page_number
description: Page number(s) where data was found
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: page_number
owner: ExtractedDataPoint
domain_of:
- ExtractedDataPoint
range: string
quote:
name: quote
description: Direct quote from the source
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: quote
owner: ExtractedDataPoint
domain_of:
- ExtractedDataPoint
range: string
extractor_notes:
name: extractor_notes
description: Notes from the extractor
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: extractor_notes
owner: ExtractedDataPoint
domain_of:
- ExtractedDataPoint
range: string
extraction_timestamp:
name: extraction_timestamp
description: When extraction occurred
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: extraction_timestamp
owner: ExtractedDataPoint
domain_of:
- ExtractedDataPoint
range: datetime
required: true
extractor_id:
name: extractor_id
description: ID of the extractor (human or AI)
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: extractor_id
owner: ExtractedDataPoint
domain_of:
- ExtractedDataPoint
range: string
required: true
ai_assisted:
name: ai_assisted
description: Whether AI assisted in extraction
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: ai_assisted
owner: ExtractedDataPoint
domain_of:
- ExtractedDataPoint
range: boolean
ai_confidence:
name: ai_confidence
description: AI confidence score if applicable
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: ai_confidence
owner: ExtractedDataPoint
domain_of:
- ExtractedDataPoint
range: float