Class: Source document (SourceDocument)
Some research source document that reports/generates evidence, like a book, conference paper, or journal article
URI: mira:SourceDocument
erDiagram
Activity {
}
Container {
}
Item {
string content
string format
}
SourceDocument {
string content
datetime created
string format
datetime modified
string title
}
UserAccount {
string accountName
}
Item ||--|o Container : "has_container"
Item ||--}o UserAccount : "creator"
SourceDocument ||--|o Activity : "describesActivity"
SourceDocument ||--|o Container : "has_container"
SourceDocument ||--|o Item : "description"
SourceDocument ||--}o UserAccount : "creator"
Inheritance
- CreativeWork
- SourceDocument [ NodeSchema]
Class Properties
| Property | Value |
|---|---|
| Class URI | mira:SourceDocument |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| describesActivity | 0..1 Activity |
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 | sourceDocument | range | SourceDocument |
Identifier and Mapping Information
Schema Source
- from schema: http://purl.org/mira-science/mira#
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | mira:SourceDocument |
| native | mira:SourceDocument |
LinkML Source
Direct
name: SourceDocument
description: Some research source document that reports/generates evidence, like a
book, conference paper, or journal article
title: Source document
from_schema: http://purl.org/mira-science/mira#
rank: 1000
is_a: CreativeWork
mixins:
- NodeSchema
slots:
- describesActivity
class_uri: mira:SourceDocument
Induced
name: SourceDocument
description: Some research source document that reports/generates evidence, like a
book, conference paper, or journal article
title: Source document
from_schema: http://purl.org/mira-science/mira#
rank: 1000
is_a: CreativeWork
mixins:
- NodeSchema
attributes:
describesActivity:
name: describesActivity
title: Describes activity
from_schema: http://purl.org/mira-science/mira#
rank: 1000
domain: CreativeWork
slot_uri: mira:describesActivity
owner: SourceDocument
domain_of:
- SourceDocument
subproperty_of: subject
range: Activity
created:
name: created
from_schema: http://purl.org/mira-science/mira#
rank: 1000
slot_uri: dct:created
owner: SourceDocument
domain_of:
- NodeSchema
range: datetime
modified:
name: modified
from_schema: http://purl.org/mira-science/mira#
rank: 1000
slot_uri: dct:modified
owner: SourceDocument
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: SourceDocument
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: SourceDocument
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: SourceDocument
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: SourceDocument
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: SourceDocument
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: SourceDocument
domain_of:
- Item
range: string
inlined: true
class_uri: mira:SourceDocument