Class: CoItem
Element belonging to a bag
URI: master:CoItem
 classDiagram
    class CoItem
      Thing <|-- CoItem
      CoItem <|-- ListItem
      CoItem <|-- ObservableObject
      CoItem : itemOf
          CoItem ..> Bag : itemOf
Inheritance
- Thing
- CoItem
 
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| itemOf | 0..1  Bag  | 
The link to a bag in which the item is member | direct | 
Usages
Aliases
- item
 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:CoItem | 
| native | master:CoItem | 
| exact | co:Item, wikidata:Q11723795, SIO:001259 | 
| narrow | AFC:0000167, NCIT:C51070 | 
LinkML Source
Direct
name: CoItem
description: Element belonging to a bag
from_schema: https://w3id.org/lmodel/uco-master
aliases:
- item
exact_mappings:
- co:Item
- wikidata:Q11723795
- SIO:001259
narrow_mappings:
- AFC:0000167
- NCIT:C51070
rank: 1000
is_a: Thing
slots:
- itemOf
Induced
name: CoItem
description: Element belonging to a bag
from_schema: https://w3id.org/lmodel/uco-master
aliases:
- item
exact_mappings:
- co:Item
- wikidata:Q11723795
- SIO:001259
narrow_mappings:
- AFC:0000167
- NCIT:C51070
rank: 1000
is_a: Thing
attributes:
  itemOf:
    name: itemOf
    description: The link to a bag in which the item is member.
    from_schema: https://w3id.org/lmodel/uco-master
    aliases:
    - is item of
    exact_mappings:
    - co:itemOf
    rank: 1000
    domain: CoItem
    alias: itemOf
    owner: CoItem
    domain_of:
    - CoItem
    inverse: item
    range: Bag