-
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.
Merge branch 'master' into add-curie-map-2
- Loading branch information
Showing
24 changed files
with
1,259 additions
and
2,046 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,23 @@ | ||
#curie_map: | ||
# COMENT: https://example.com/entities/ | ||
# EXPROP: https://example.org/properties/ | ||
# ORGENT: https://example.org/entities/ | ||
#mapping_set_id: https://example.org/sets/exo2c-with-extensions | ||
#mapping_set_title: Sample set EXO2C with extension slots | ||
#license: https://creativecommons.org/licenses/by/4.0/ | ||
#extension_definitions: | ||
# - slot_name: ext_bar | ||
# property: EXPROP:barProperty | ||
# type_hint: xsd:integer | ||
# - slot_name: ext_baz | ||
# property: EXPROP:bazProperty | ||
# type_hint: linkml:Uriorcurie | ||
# - slot_name: ext_foo | ||
# property: EXPROP:fooProperty | ||
#ext_foo: Foo A | ||
#ext_undeclared_foo: Foo B | ||
subject_id subject_label predicate_id object_id object_label mapping_justification ext_bar ext_baz ext_undeclared_baz | ||
ORGENT:0001 alice skos:closeMatch COMENT:0011 alpha semapv:ManualMappingCuration 111 ORGENT:BAZ_0001 BAZ A | ||
ORGENT:0002 bob skos:closeMatch COMENT:0012 beta semapv:ManualMappingCuration 112 ORGENT:BAZ_0002 | ||
ORGENT:0004 daphne skos:closeMatch COMENT:0014 delta semapv:ManualMappingCuration 114 Baz C | ||
ORGENT:0005 eve skos:closeMatch COMENT:0015 epsilon semapv:ManualMappingCuration 115 ORGENT:BAZ_0005 Baz E |
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,16 @@ | ||
#curie_map: | ||
# HP: http://purl.obolibrary.org/obo/HP_ | ||
# MP: http://purl.obolibrary.org/obo/MP_ | ||
# obo: http://purl.obolibrary.org/obo/ | ||
# orcid: https://orcid.org/ | ||
#mapping_set_id: https://w3id.org/sssom/commons/examples/no_term_found.sssom.tsv | ||
#creator_id: | ||
# - orcid:0000-0002-7356-1779 | ||
#subject_source: obo:hp | ||
#object_source: obo:mp | ||
#license: "https://creativecommons.org/publicdomain/zero/1.0/" | ||
#mapping_provider: "https://w3id.org/sssom/core_team" | ||
#comment: This is an example file for the SSSOM for illustration only. Its contents are entirely fabricated. | ||
subject_id predicate_id object_id mapping_justification | ||
HP:0009124 skos:exactMatch MP:0000003 semapv:ManualMappingCuration | ||
HP:0000411 skos:exactMatch sssom:NoTermFound semapv:ManualMappingCuration |
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_ | ||
# orcid: https://orcid.org/ | ||
# wikidata: https://www.wikidata.org/entity/ | ||
#mapping_set_id: https://w3id.org/sssom/commons/examples/similarity_score.sssom.tsv | ||
#license: "https://creativecommons.org/publicdomain/zero/1.0/" | ||
#creator_id: | ||
# - orcid:0000-0002-7356-1779 | ||
#mapping_provider: "https://w3id.org/sssom/core_team" | ||
#comment: This is an example file for the SSSOM for illustration only. Its contents are entirely fabricated. | ||
subject_id predicate_id object_id mapping_justification similarity_score similarity_measure | ||
HP:0009124 skos:exactMatch MP:0000003 semapv:LexicalSimilarityThresholdMatching 0.8 wikidata:Q865360 | ||
HP:0008551 skos:exactMatch MP:0000018 semapv:LexicalSimilarityThresholdMatching 0.4 wikidata:Q865360 | ||
HP:0000411 skos:exactMatch MP:0000021 semapv:SemanticSimilarityThresholdMatching 1.0 wikidata:Q1784941 |
Binary file not shown.
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
Oops, something went wrong.