Class: ExploratorySearch¶
Exploratory search used to test or refine the review scope.
URI: revaise:ExploratorySearch
```mermaid classDiagram class ExploratorySearch click ExploratorySearch href "../ExploratorySearch/" ExploratorySearch : exploratory_notes
ExploratorySearch : exploratory_outputs
ExploratorySearch --> "*" StageOutput : exploratory_outputs
click StageOutput href "../StageOutput/"
ExploratorySearch : exploratory_query
ExploratorySearch : exploratory_relevant_count
ExploratorySearch : exploratory_results_count
ExploratorySearch : exploratory_search_date
ExploratorySearch : exploratory_search_id
ExploratorySearch : exploratory_source
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| exploratory_search_id | 0..1 String |
Identifier for an exploratory search | direct |
| exploratory_source | 0..1 String |
Source used for the exploratory search | direct |
| exploratory_query | 0..1 String |
Exploratory query or search expression | direct |
| exploratory_search_date | 0..1 Datetime |
Date and time of the exploratory search | direct |
| exploratory_results_count | 0..1 Integer |
Number of records found by the exploratory search | direct |
| exploratory_relevant_count | 0..1 Integer |
Number of records considered relevant during exploratory review | direct |
| exploratory_notes | 0..1 String |
Notes about the exploratory search | direct |
| exploratory_outputs | * StageOutput |
Outputs produced by the exploratory search | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| ScopingStage | exploratory_searches | range | ExploratorySearch |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:ExploratorySearch |
| native | revaise:ExploratorySearch |
LinkML Source¶
Direct¶
name: ExploratorySearch
description: Exploratory search used to test or refine the review scope.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
slots:
- exploratory_search_id
- exploratory_source
- exploratory_query
- exploratory_search_date
- exploratory_results_count
- exploratory_relevant_count
- exploratory_notes
- exploratory_outputs
slot_usage:
exploratory_outputs:
name: exploratory_outputs
range: StageOutput
multivalued: true
inlined_as_list: true
Induced¶
name: ExploratorySearch
description: Exploratory search used to test or refine the review scope.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
slot_usage:
exploratory_outputs:
name: exploratory_outputs
range: StageOutput
multivalued: true
inlined_as_list: true
attributes:
exploratory_search_id:
name: exploratory_search_id
description: Identifier for an exploratory search
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ExploratorySearch
domain_of:
- ExploratorySearch
range: string
exploratory_source:
name: exploratory_source
description: Source used for the exploratory search
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ExploratorySearch
domain_of:
- ExploratorySearch
range: string
exploratory_query:
name: exploratory_query
description: Exploratory query or search expression
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ExploratorySearch
domain_of:
- ExploratorySearch
range: string
exploratory_search_date:
name: exploratory_search_date
description: Date and time of the exploratory search
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ExploratorySearch
domain_of:
- ExploratorySearch
range: datetime
exploratory_results_count:
name: exploratory_results_count
description: Number of records found by the exploratory search
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ExploratorySearch
domain_of:
- ExploratorySearch
range: integer
minimum_value: 0
exploratory_relevant_count:
name: exploratory_relevant_count
description: Number of records considered relevant during exploratory review
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ExploratorySearch
domain_of:
- ExploratorySearch
range: integer
minimum_value: 0
exploratory_notes:
name: exploratory_notes
description: Notes about the exploratory search
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ExploratorySearch
domain_of:
- ExploratorySearch
range: string
exploratory_outputs:
name: exploratory_outputs
description: Outputs produced by the exploratory search
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ExploratorySearch
domain_of:
- ExploratorySearch
range: StageOutput
multivalued: true
inlined: true
inlined_as_list: true