Skip to content

Commit

Permalink
Add KNOWS relationship class
Browse files Browse the repository at this point in the history
  • Loading branch information
erkangz authored Jan 31, 2024
1 parent f61bc2e commit a8b559a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/RelationshipClass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ export enum RelationshipClass {
*/
IS = 'IS',

/**
* Person - KNOWS -> Person
*/
KNOWS = 'KNOWS',

/**
* A relationship indicating an Entity limits or restricts another Entity.
*
Expand Down

0 comments on commit a8b559a

Please sign in to comment.