Skip to main content

Related (REL)

Example: C tea - REL - C afternoon

For more specific semantic relations, a relevant specific Relation or Property should be preferred.

Typescript definition
interface IRelated extends IRelation {
    type: RelationEnums.Type.Related;
    entityIds: [string, string];
    order: number;
}