Skip to content

Slot: precededBy

The link to the preceding item in a list.

URI: collections:precededBy

Properties

Aliases

  • is preceded by

Comments

  • Given the list (I[1], I[2], ... , I[i-1], I[i], I[i+1], ... , I[n-1], I[n]), the item I[i] is preceded by I[i-1], ... , I[2] and I[1].

Identifier and Mapping Information

Annotations

property value
owl TransitiveProperty

Schema Source

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

LinkML Source

name: precededBy
annotations:
  owl:
    tag: owl
    value: TransitiveProperty
description: The link to the preceding 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
  item I[i] is preceded by I[i-1], ... , I[2] and I[1].
from_schema: https://w3id.org/lmodel/collections
aliases:
- is preceded by
exact_mappings:
- co:precededBy
rank: 1000
alias: precededBy
inverse: followedBy
range: ListItem