Skip to content

Commit

Permalink
Add link to SEMAPV docs (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflack4 committed Jul 30, 2023
1 parent f3be757 commit a3eccf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sssom/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@


class SEMAPV(Enum):
"""SEMAPV Enum containing different mapping_justification."""
"""SEMAPV Enum containing different mapping_justification.
See also: https://mapping-commons.github.io/semantic-mapping-vocabulary/#matchingprocess
"""

LexicalMatching = "semapv:LexicalMatching"
LogicalReasoning = "semapv:LogicalReasoning"
Expand Down

0 comments on commit a3eccf0

Please sign in to comment.