Skip to content

Class: CoItem

Element belonging to a bag

URI: collections:CoItem

classDiagram class CoItem Thing <|-- CoItem CoItem <|-- ListItem CoItem : itemOf CoItem ..> Bag : itemOf

Inheritance

Slots

Name Cardinality and Range Description Inheritance
itemOf 0..1
Bag
The link to a bag in which the item is member direct

Usages

used by used in type used
CoItem itemOf domain CoItem
ListItem itemOf domain CoItem

Aliases

  • item

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/collections

Mappings

Mapping Type Mapped Value
self collections:CoItem
native collections: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/collections
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/collections
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/collections
    aliases:
    - is item of
    exact_mappings:
    - co:itemOf
    rank: 1000
    domain: CoItem
    alias: itemOf
    owner: CoItem
    domain_of:
    - CoItem
    inverse: item
    range: Bag