-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional options: use-attributes and table-config-path (#86)
* Adding a --use--attributes option. * Adding -table-config-path option to sheets2linkml * add-missing
- Loading branch information
Showing
5 changed files
with
136 additions
and
16 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
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 @@ | ||
record: class | ||
field: slot | ||
key: identifier | ||
multiplicity: cardinality | ||
range: range | ||
parents: is_a | ||
desc: description | ||
schema.org: | ||
exact_mappings: {curie_prefix: sdo} | ||
wikidata: | ||
- {exact_mappings: {curie_prefix: wikidata}} | ||
- {curie_prefix: wikidata} | ||
belongs: in_subset | ||
status: | ||
- status | ||
- {vmap: {T: testing, R: release}} | ||
special: | ||
- annotations | ||
- {inner_key: special} | ||
special2: | ||
- annotations | ||
- {inner_key: special2} | ||
notes: ignore |
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,13 @@ | ||
record field key multiplicity range parents desc schema.org wikidata belongs status special special2 notes | ||
id yes 1 string any identifier identifier | ||
description no 0..1 string a textual description description my_val my_val2 | ||
Person n/a n/a n/a a person,living or dead Person Q215627 R | ||
Person id yes 1 string identifier for a person identifier | ||
Person|Organization name no 1 string full name name my_val | ||
Person age no 0..1 decimal age in years | ||
Person gender no 0..1 decimal age in years | ||
Person has medical history no 0..* MedicalEvent medical history T | ||
Event grouping class for events Q1656682 a R | ||
MedicalEvent n/a n/a n/a Event a medical encounter b T | ||
ForProfit Organization | ||
NonProfit Organization Q163740 foo |
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