Class: Item
An Item is something which can be in a Container.
URI: sioc:Item
erDiagram
Container {
}
Item {
string content
string format
}
UserAccount {
string accountName
}
Item ||--|o Container : "has_container"
Item ||--}o UserAccount : "creator"
Inheritance
- Item
Class Properties
| Property | Value |
|---|---|
| Class URI | sioc:Item |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| format | 0..1 String |
Examples of dimensions include size and duration | direct |
| content | 0..1 String |
The content of the Item in plain text format | direct |
| has_container | 0..1 Container |
The Container to which this Item belongs | direct |
| creator | * UserAccount |
Examples of a Creator include a person, an organization, or a service | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Question | description | range | Item |
| Question | has_container | domain | Item |
| Claim | description | range | Item |
| Claim | has_container | domain | Item |
| Evidence | description | range | Item |
| Evidence | has_container | domain | Item |
| Study | description | range | Item |
| Study | has_container | domain | Item |
| Request | description | range | Item |
| Request | has_container | domain | Item |
| Protocol | description | range | Item |
| Protocol | has_container | domain | Item |
| SourceDocument | description | range | Item |
| SourceDocument | has_container | domain | Item |
| Item | has_container | domain | Item |
| NodeSchema | description | range | Item |
| NodeSchema | has_container | domain | Item |
| AbstractRelationDef | description | range | Item |
| AbstractRelationDef | has_container | domain | Item |
| RelationDef | description | range | Item |
| RelationDef | has_container | domain | Item |
| RelationInstance | description | range | Item |
| RelationInstance | has_container | domain | Item |
Identifier and Mapping Information
Schema Source
- from schema: http://purl.org/mira-science/mira#
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | sioc:Item |
| native | mira:Item |
LinkML Source
Direct
name: Item
description: An Item is something which can be in a Container.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
slots:
- format
- content
- has_container
- creator
class_uri: sioc:Item
Induced
name: Item
description: An Item is something which can be in a Container.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
attributes:
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: Item
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: Item
domain_of:
- Item
range: string
inlined: true
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: Item
domain_of:
- Item
- NodeSchema
inverse: container_of
range: Container
inlined: false
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: Item
domain_of:
- Item
- NodeSchema
range: UserAccount
multivalued: true
class_uri: sioc:Item