Skip to content

Commit 7e85a56

Browse files
committed
Doc touchup
1 parent d4d090f commit 7e85a56

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

script/oca_to_linkml.py

+10-5
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,19 @@
1313
# > python3 ../../../script/oca_to_linkml.py [-i oca_bundle_file_name]
1414
#
1515
# 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.
1920
#
2021
# Then in DH context, run "> python3 tabular_to_schema.py" to generate
22+
#
2123
# 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+
#
2429
# locales/[i18n locale code]/schema.yaml
2530
# locales/[i18n locale code]/schema.json
2631
#

0 commit comments

Comments
 (0)