Term expansion
This tool uses Term-Weaver to materialize enumerations.
LinkML properties currently supported *
- source_ontology
- source_nodes
- relationship_types
- only supporting rdfs:subClassOf
- is_direct
- true/false
-
include_self
- true/false
-
It does not currently support 'traverse_up'
just targets
-
_source_enums
- Uses cam_source_enums as a submodule to provide the source enumeration files for materialization. The _source_enums target automatically fetches the latest version of the source repo.
-
_expand
- Runs the Term-Weaver script to materialize the enumerations.
- _expand will be run at
just siteandjust testdoc
Dependencies
- _expand is now a depencency of gen-project. Running
just _expandwill run the enumeration materialization script without any further input needed by the user.