Skip to content

Commit

Permalink
Add link to SEMAPV docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflack4 authored Jul 28, 2023
1 parent f3be757 commit 5118c53
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 5118c53

Please sign in to comment.