-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathproject-generator-config.yaml
More file actions
44 lines (43 loc) · 1.22 KB
/
project-generator-config.yaml
File metadata and controls
44 lines (43 loc) · 1.22 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
directory: project
includes:
- jsonld
- jsonldcontext
- jsonschema
- owl
- prefixmap
- python
excludes:
- csv # no default output? # not widely used # largely supplanted by schemasheets
- doc # handled separately
- erdiagram # would need customization
- excel # handled separately
- golang # no default output?
- golr-views # no default output?
- graphql # warnings about re-encoding
- graphviz # would need customization
- java # no default output?
- markdown # redundant with docs
- namespaces # no default output?
- plantuml # would need customization
- proto
- pydantic # no default output?
- rdf # no default output?
- shacl
- shex
- sparql # no default output?
- sqla # no default output?
- sqltable # slow
- sssom # no default output?
- summary # no default output?
- terminusdb # no default output?
- typescript # no default output?
- yaml # would be useful for structured pattern materialization once the materializations are removed from src/mixs/schema/mixs.yaml
- yuml # would need customization
generator_args:
owl:
mergeimports: true
metaclasses: false
type_objects: false
add_root_classes: true
mixins_as_expressions: true
use_native_uris: false