Skip to content

Commit

Permalink
Update src/RelationshipClass.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Chad Richts <[email protected]>
  • Loading branch information
erkangz and chrichts authored Feb 1, 2024
1 parent a8b559a commit dbd43b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RelationshipClass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ export enum RelationshipClass {
IS = 'IS',

/**
* A relationship indicating a Person knows another Person.
*
* Examples:
* Person - KNOWS -> Person
*/
KNOWS = 'KNOWS',
Expand Down

0 comments on commit dbd43b2

Please sign in to comment.