Skip to content

Slot: followedBy

The link to the following item in a list.

URI: master:followedBy

Properties

Aliases

  • is followed 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 followed by I[i+1], ... , I[n-1] and I[n].

Identifier and Mapping Information

Annotations

property value
owl TransitiveProperty

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

LinkML Source

name: followedBy
annotations:
  owl:
    tag: owl
    value: TransitiveProperty
description: The link to the following 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 followed by I[i+1], ... , I[n-1] and I[n].
from_schema: https://w3id.org/lmodel/uco-master
aliases:
- is followed by
exact_mappings:
- co:followedBy
rank: 1000
domain: ListItem
alias: followedBy
transitive: true
range: ListItem