Skip to content

Commit

Permalink
Explicitly allow literal-to-literal mappings.
Browse files Browse the repository at this point in the history
Change the phrasing of the description of "literal mappings" to make it
clear that it is perfectly feasible and allowed to have literal on
_both_ sides of a mapping.
  • Loading branch information
gouttegd committed Aug 8, 2024
1 parent d4ceb2f commit 6fb5294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/spec-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ In addition, predicates from the following sources MAY also be encouraged:

<a id="literal-mappings"></a>

The SSSOM model is primarily intended to represent mappings between semantic entities. However, it may also be used to represent mappings where one side is a literal string that does not have an identifier of its own. Any such mapping is henceforth called a _literal mapping_.
The SSSOM model is primarily intended to represent mappings between semantic entities. However, it may also be used to represent mappings where at least one side is a literal string that does not have an identifier of its own. Any such mapping is henceforth called a _literal mapping_.

To represent a mapping whose subject (resp. object) is a literal:

Expand Down

0 comments on commit 6fb5294

Please sign in to comment.