Commit 7e85a56 1 parent d4d090f commit 7e85a56 Copy full SHA for 7e85a56
File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 13
13
# > python3 ../../../script/oca_to_linkml.py [-i oca_bundle_file_name]
14
14
#
15
15
# Output:
16
- # schema_core.yaml - the main LinkML upper structure within which slots and enums are added.
17
- # schema_slots.tsv - the list of column fields
18
- # schema_enums.tsv - the list of enumerations (code lists)
16
+ #
17
+ # schema_core.yaml - the main LinkML upper yaml structure .
18
+ # schema_slots.tsv - the list of column fields added to above yaml.
19
+ # schema_enums.tsv - the list of enumerations (code lists) added to above.
19
20
#
20
21
# Then in DH context, run "> python3 tabular_to_schema.py" to generate
22
+ #
21
23
# schema.yaml - yaml version of complete LinkML schema for default language
22
- # schema.json - json version of complete LinkML schema for default language used by DataHarmonizer
23
- # and for any language locale variants, a language overlay file which is layered on top of the above schema.json file:
24
+ # schema.json - json version of schema.yaml used by DataHarmonizer
25
+ #
26
+ # Also for any language locale variants, a language overlay file which is
27
+ # layered on top of the above schema.json file:
28
+ #
24
29
# locales/[i18n locale code]/schema.yaml
25
30
# locales/[i18n locale code]/schema.json
26
31
#
You can’t perform that action at this time.
0 commit comments