-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.public.mk
32 lines (23 loc) · 1.44 KB
/
config.public.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# config.public.mk
# This file is public in git. No sensitive info allowed.
# These variables are sourced in Makefile, following make-file conventions.
# Be aware that this file does not follow python or bash conventions, so may appear a little unfamiliar.
###### schema definition variables, used by makefile
# Note: makefile variables should not be quoted, as makefile handles quoting differently than bash
LINKML_SCHEMA_NAME=dcat_4c_ap
LINKML_SCHEMA_AUTHOR=Philip Strömert <[email protected]>
LINKML_SCHEMA_DESCRIPTION=This is an extension of the DCAT Application Profile in LinkML. It is intended to be used by NFDI4Chem & NFDI 4Cat as a core that can further be extended in profiles to provide domain specific metadata for a dataset.
LINKML_SCHEMA_SOURCE_PATH=src/dcat_4c_ap/schema/dcat_4c_ap.yaml
LINKML_SCHEMA_GOOGLE_SHEET_ID=1wVoaiFg47aT9YWNeRfTZ8tYHN8s8PAuDx5i2HUcDpvQ
LINKML_SCHEMA_GOOGLE_SHEET_TABS=personinfo enums
###### linkml generator variables, used by makefile
## gen-project configuration file
LINKML_GENERATORS_CONFIG_YAML= --config-file config.yaml
## pass args if gendoc ignores config.yaml (i.e. --no-mergeimports)
LINKML_GENERATORS_DOC_ARGS=
## pass args to workaround genowl rdfs config bug (linkml#1453)
## (i.e. --no-type-objects --no-metaclasses --metadata-profile rdfs)
LINKML_GENERATORS_OWL_ARGS=
## pass args to trigger experimental java/typescript generation
LINKML_GENERATORS_JAVA_ARGS=
LINKML_GENERATORS_TYPESCRIPT_ARGS=