Skip to content

Slot: previousItem

The link to the previous item in a list.

URI: collections:previousItem

Properties

Aliases

  • has previous item

Comments

  • Given the list (I[1], I[2], ... , I[i-1], I[i], I[i+1], ... , I[n-1], I[n]), the previous 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: previousItem
annotations:
  owl:
    tag: owl
    value: FunctionalProperty
description: The link to the previous 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
  previous item of I[i] is I[i-1].
from_schema: https://w3id.org/lmodel/collections
aliases:
- has previous item
exact_mappings:
- co:previousItem
rank: 1000
domain: ListItem
alias: previousItem
subproperty_of: precededBy
inverse: nextItem
range: Thing