-
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.
Add new "literal profile" solution based on "subject_label" and "obje…
…ct_label" (#384) Resolves #234 This PR introduces an alternative model to the "literal mapping" proposal we have previously added. It is built on the following principles: - Introducing a profile causes a needless overhead which requires specialised tooling - We can achieve the same functionality with a _very_ minimal intervention in the main metadata model I do understand that there are various opposing views on the need for a "literal" profile, but I think this super minimal intervention will satisfy both sides. In essence, we do not have a literal profile; we have a convention that allows us to represent an "entity" by its label (subject_label) rather than by a semantic identifier. This means we do not need specialised tooling and documentation (nor training). Huge thanks to @gouttegd 🙏 who managed to steer this massive carrier ship after it had left the harbor. This is rarely successful and needed a huge amount of thought, testing, and patience (mostly with me and my constant questions), and I am supremely happy we managed to make it! --------- Co-authored-by: Damien Goutte-Gattat <[email protected]> Co-authored-by: Damien Goutte-Gattat <[email protected]>
- Loading branch information
1 parent
81fe996
commit 73a7f66
Showing
6 changed files
with
70 additions
and
20 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,9 @@ | ||
#curie_map: | ||
# COMENT: https://example.com/entities/ | ||
#mapping_set_id: https://example.org/sets/literal-mappings | ||
#license: https://creativecommons.org/licenses/by/4.0/ | ||
subject_label predicate_id object_id object_label mapping_justification subject_type | ||
alice skos:closeMatch COMENT:0011 alpha semapv:ManualMappingCuration rdfs literal | ||
bob skos:closeMatch COMENT:0012 beta semapv:ManualMappingCuration rdfs literal | ||
daphne skos:closeMatch COMENT:0014 delta semapv:ManualMappingCuration rdfs literal | ||
eve skos:closeMatch COMENT:0015 epsilon semapv:ManualMappingCuration rdfs literal |
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
This file was deleted.
Oops, something went wrong.
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