-
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.
Merge pull request #15 from linkml/issue-14
issue 14
- Loading branch information
Showing
6 changed files
with
53 additions
and
24 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
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
record field key multiplicity range parents desc schema.org wikidata belongs status notes | ||
> class slot identifier cardinality range is_a description exact_mappings: {curie_prefix: sdo} exact_mappings: {curie_prefix: wikidata} in_subset status ignore | ||
> curie_prefix: wikidata vmap: {T: testing, R: release} | ||
id yes 1 string any identifier identifier | ||
description no 0..1 string a textual description description | ||
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 | ||
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 | ||
record field key multiplicity range parents desc schema.org wikidata belongs status special special2 notes | ||
> class slot identifier cardinality range is_a description exact_mappings: {curie_prefix: sdo} exact_mappings: {curie_prefix: wikidata} in_subset status annotations annotations ignore | ||
> curie_prefix: wikidata vmap: {T: testing, R: release} inner_key: special inner_key: special2 | ||
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
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