Class: Evidence
A specific empirical observation from a particular application of a research method
URI: mira:Evidence
erDiagram
Activity {
}
Claim {
string content
datetime created
string format
datetime modified
string title
}
Container {
}
Entity {
}
Evidence {
string content
datetime created
string format
datetime modified
string title
}
Item {
string content
string format
}
Question {
string content
datetime created
string format
datetime modified
string title
}
SourceDocument {
string content
datetime created
string format
datetime modified
string title
}
UserAccount {
string accountName
}
Claim ||--|o Container : "has_container"
Claim ||--|o Item : "description"
Claim ||--}o Question : "addresses"
Claim ||--}o UserAccount : "creator"
Evidence ||--|o Activity : "observationOriginActivity"
Evidence ||--|o Claim : "observationStatement"
Evidence ||--|o Container : "has_container"
Evidence ||--|o Entity : "observationBase"
Evidence ||--|o Item : "description"
Evidence ||--|o SourceDocument : "sourceDocument"
Evidence ||--}o Evidence : "grounds"
Evidence ||--}o UserAccount : "creator"
Item ||--|o Container : "has_container"
Item ||--}o UserAccount : "creator"
Question ||--|o Container : "has_container"
Question ||--|o Item : "description"
Question ||--}o UserAccount : "creator"
SourceDocument ||--|o Activity : "describesActivity"
SourceDocument ||--|o Container : "has_container"
SourceDocument ||--|o Item : "description"
SourceDocument ||--}o UserAccount : "creator"
Inheritance
- Evidence [ NodeSchema]
Class Properties
| Property | Value |
|---|---|
| Class URI | mira:Evidence |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| grounds | * Evidence |
direct | |
| observationStatement | 0..1 Claim |
direct | |
| observationOriginActivity | 0..1 Activity |
An experiment or study at the origin of the data on which the observation is ... | direct |
| observationBase | 0..1 Entity |
The data on which the observation is based | direct |
| sourceDocument | 0..1 SourceDocument |
A document that described the activity which led to the data on which the obs... | direct |
| created | 0..1 Datetime |
NodeSchema | |
| modified | 0..1 Datetime |
NodeSchema | |
| creator | * UserAccount |
Examples of a Creator include a person, an organization, or a service | NodeSchema, Item |
| title | 0..1 String |
A name given to the resource | NodeSchema |
| description | 0..1 Item |
Description may include but is not limited to: an abstract, a table of conten... | NodeSchema |
| has_container | 0..1 Container |
The Container to which this Item belongs | NodeSchema, Item |
| format | 0..1 String |
Examples of dimensions include size and duration | Item |
| content | 0..1 String |
The content of the Item in plain text format | Item |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Evidence | grounds | range | Evidence |
| Evidence | observationStatement | domain | Evidence |
| Evidence | observationOriginActivity | domain | Evidence |
| Evidence | observationBase | domain | Evidence |
| Evidence | sourceDocument | domain | Evidence |
| Study | grounds | range | Evidence |
Identifier and Mapping Information
Schema Source
- from schema: http://purl.org/mira-science/mira#
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | mira:Evidence |
| native | mira:Evidence |
LinkML Source
Direct
name: Evidence
description: A specific empirical observation from a particular application of a research
method
from_schema: http://purl.org/mira-science/mira#
rank: 1000
mixins:
- NodeSchema
slots:
- grounds
- observationStatement
- observationOriginActivity
- observationBase
- sourceDocument
class_uri: mira:Evidence
Induced
name: Evidence
description: A specific empirical observation from a particular application of a research
method
from_schema: http://purl.org/mira-science/mira#
rank: 1000
mixins:
- NodeSchema
attributes:
grounds:
name: grounds
from_schema: http://purl.org/mira-science/mira#
rank: 1000
domain: Study
owner: Evidence
domain_of:
- Evidence
- Study
inverse: is_grounded_in
range: Evidence
multivalued: true
observationStatement:
name: observationStatement
title: Observation statement
from_schema: http://purl.org/mira-science/mira#
rank: 1000
domain: Evidence
slot_uri: mira:observationStatement
owner: Evidence
domain_of:
- Evidence
subproperty_of: RelationDef
range: Claim
observationOriginActivity:
name: observationOriginActivity
description: An experiment or study at the origin of the data on which the observation
is based
title: Observation origin process
from_schema: http://purl.org/mira-science/mira#
rank: 1000
domain: Evidence
slot_uri: mira:observationOriginActivity
owner: Evidence
domain_of:
- Evidence
subproperty_of: RelationDef
range: Activity
observationBase:
name: observationBase
description: The data on which the observation is based
title: Observation base
from_schema: http://purl.org/mira-science/mira#
rank: 1000
mixins:
- RelationDef
domain: Evidence
slot_uri: mira:observationBase
owner: Evidence
domain_of:
- Evidence
range: Entity
sourceDocument:
name: sourceDocument
description: A document that described the activity which led to the data on which
the observation is based
title: Source document
from_schema: http://purl.org/mira-science/mira#
rank: 1000
domain: Evidence
slot_uri: mira:sourceDocument
owner: Evidence
domain_of:
- Evidence
subproperty_of: RelationDef
range: SourceDocument
created:
name: created
from_schema: http://purl.org/mira-science/mira#
rank: 1000
slot_uri: dct:created
owner: Evidence
domain_of:
- NodeSchema
range: datetime
modified:
name: modified
from_schema: http://purl.org/mira-science/mira#
rank: 1000
slot_uri: dct:modified
owner: Evidence
domain_of:
- NodeSchema
range: datetime
creator:
name: creator
description: Examples of a Creator include a person, an organization, or a service.
Typically, the name of a Creator should be used to indicate the entity.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
slot_uri: dct:creator
owner: Evidence
domain_of:
- Item
- NodeSchema
range: UserAccount
multivalued: true
title:
name: title
description: A name given to the resource.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
slot_uri: dct:title
owner: Evidence
domain_of:
- NodeSchema
range: string
description:
name: description
description: 'Description may include but is not limited to: an abstract, a table
of contents, a graphical representation, or a free-text account of the resource.'
from_schema: http://purl.org/mira-science/mira#
rank: 1000
domain: NodeSchema
slot_uri: dct:description
owner: Evidence
domain_of:
- NodeSchema
range: Item
has_container:
name: has_container
description: The Container to which this Item belongs.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
domain: Item
slot_uri: sioc:has_container
owner: Evidence
domain_of:
- Item
- NodeSchema
inverse: container_of
range: Container
inlined: false
format:
name: format
description: Examples of dimensions include size and duration. Recommended best
practice is to use a controlled vocabulary such as the list of Internet Media
Types [MIME].
from_schema: http://purl.org/mira-science/mira#
rank: 1000
slot_uri: dct:format
owner: Evidence
domain_of:
- Item
range: string
content:
name: content
description: The content of the Item in plain text format.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
slot_uri: sioc:content
owner: Evidence
domain_of:
- Item
range: string
inlined: true
class_uri: mira:Evidence