Class: ThreadItem
"A ThreadItem is a member of a thread."
URI: collections:CoItem
 classDiagram
    class ThreadItem
      UcoThing <|-- ThreadItem
      ThreadItem : itemContent
          ThreadItem ..> CoItem : itemContent
Inheritance
- ThreadItem [ UcoThing]
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| itemContent | 0..1  CoItem  | 
The link to the actual resource to which the item refers | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| Thread | item | domain | ThreadItem | 
| Thread | item | range | ThreadItem | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | collections:CoItem | 
| native | master:ThreadItem | 
LinkML Source
Direct
name: ThreadItem
description: '"A ThreadItem is a member of a thread."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
mixins:
- UcoThing
slots:
- itemContent
slot_usage:
  itemContent:
    name: itemContent
    domain: UcoObject
    multivalued: true
    domain_of:
    - ThreadItem
class_uri: collections:CoItem
disjoint_with:
- listItem
Induced
name: ThreadItem
description: '"A ThreadItem is a member of a thread."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
mixins:
- UcoThing
slot_usage:
  itemContent:
    name: itemContent
    domain: UcoObject
    multivalued: true
    domain_of:
    - ThreadItem
attributes:
  itemContent:
    name: itemContent
    description: The link to the actual resource to which the item refers.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    mixin: true
    domain: UcoObject
    multivalued: true
    alias: itemContent
    owner: ThreadItem
    domain_of:
    - ThreadItem
    range: CoItem
class_uri: collections:CoItem
disjoint_with:
- listItem