Skip to content

pos-predicate

Overview

Displays an RDF term (predicate) in a human-friendly way, using a provided label. The user can still expand the label to the full URI to see the actual predicate.

This will only show the predicate itself, not any value. If you want to display a value, use pos-value instead.

Properties

Property Attribute Description Type Default
label label The human-readable label to show for this predicate string undefined
uri uri The full URI of the predicate string undefined

Dependencies

Used by

Depends on

  • ion-icon

Graph

graph TD;
  pos-predicate --> ion-icon
  pos-literals --> pos-predicate
  pos-relations --> pos-predicate
  pos-reverse-relations --> pos-predicate
  style pos-predicate fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS