-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding SSSOM profile for literals (#235)
Fixes #197 Fixes #234 - [x] `docs/` have been added/updated if necessary - [x] `make test` has been run locally - [x] tests have been added/updated (if applicable) - [ ] [CHANGELOG.md](https://github.com/mapping-commons/sssom/blob/0.9.0/CHANGELOG.md) has been updated. This PR adds a new profile to SSSOM for the representation of literal mappings, leaving the default SSSOM intact. --------- Co-authored-by: James McLaughlin <james@mclgh.net>
- Loading branch information
Showing
3 changed files
with
116 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## SSSOM Profiles | ||
|
||
- [Literal Mappings](#literal) | ||
|
||
<a id="literal"></a> | ||
|
||
### Literal Mappings | ||
|
||
The SSSOM profile for literal mappings is a version of SSSOM that allows the dissemination and standardisation of mappings between identifers and literals. | ||
|
||
As of 01.08.2023, the first version of this profile has been published, and it is still subject to change. We recommend to reach out on the [SSSOM issue tracker](https://github.com/mapping-commons/sssom/issues) if you are interested in using the literal profile. Note: we dont expect there to be any major breaking changes. | ||
|
||
**Demand better docs now**: https://github.com/mapping-commons/sssom/issues | ||
|
||
- [Slides](https://docs.google.com/presentation/d/1mBZK6KS7JgmXlEtszQiOa_Cl7SXg_Z8wRp0tZHaL57Y/edit) | ||
- [PR](https://github.com/mapping-commons/sssom/pull/235) | ||
- [Recording/discussion](events/mc2023.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters