-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #565 from mapping-commons/report-prefix-issues
Extend parse_sssom_table to report wrong prefixes and metadata
- Loading branch information
Showing
3 changed files
with
165 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,15 @@ | ||
# curie_map: | ||
# HP: http://purl.obolibrary.org/obo/HP_ | ||
# MP: http://purl.obolibrary.org/obo/MP_ | ||
# owl: http://www.w3.org/2002/07/owl# | ||
# rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# | ||
# rdfs: http://www.w3.org/2000/01/rdf-schema_fail# | ||
# semapv: https://w3id.org/semapv/vocab/ | ||
# skos: http://www.w3.org/2004/02/skos/core# | ||
# sssom: https://w3id.org/sssom/ | ||
# license_fail: https://creativecommons.org/publicdomain/zero/1.0/ | ||
# mapping_provider: http://purl.obolibrary.org/obo/upheno.owl | ||
# mapping_set_id: https://w3id.org/sssom/mappings/27f85fe9-8a72-4e76-909b-7ba4244d9ede | ||
subject_id subject_label predicate_id object_id object_label mapping_fail_justification | ||
HP:0000175 Cleft palate skos:exactMatch MP:0000111 cleft palate semapv:LexicalMatching | ||
HP:0000252 Microcephaly skos:exactMatch MP:0000433 microcephaly semapv:LexicalMatching |
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