Skip to content

Slot: nextItem

The link to the next item in a list.

URI: collections:nextItem

Properties

Aliases

  • has next item

Comments

  • Given the list (I[1], I[2], ... , I[i-1], I[i], I[i+1], ... , I[n-1], I[n]), the next item of I[i] is I[i+1].

Identifier and Mapping Information

Annotations

property value
owl FunctionalProperty

Schema Source

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

LinkML Source

name: nextItem
annotations:
  owl:
    tag: owl
    value: FunctionalProperty
description: The link to the next item in a list.
comments:
- Given the list (I[1], I[2], ... , I[i-1], I[i], I[i+1], ... , I[n-1], I[n]), the
  next item of I[i] is I[i+1].
from_schema: https://w3id.org/lmodel/collections
aliases:
- has next item
exact_mappings:
- co:nextItem
rank: 1000
domain: Thing
alias: nextItem
subproperty_of: followedBy
range: ListItem