export const PRINCIPLES_TAB = "principles"; export const LEXICON_TAB = "lexicon"; export const ALGORITHMS_TAB = "algorithms"; export const REASONING_TAB = "reasoning"; export const SCHEMA_TAB = "schema"; export const ONTOLOGY_TAB_ORDER = [PRINCIPLES_TAB, LEXICON_TAB, ALGORITHMS_TAB, REASONING_TAB, SCHEMA_TAB]; export const ARCH_ANCHOR = "arch-"; export const LEX_ANCHOR = "lex-"; export const ALGO_ANCHOR = "algo-"; export const REASON_ANCHOR = "reason-"; export const STAGE_ANCHOR = "stage-"; export const TENSION_ANCHOR = "tension-"; export const LAYER_ANCHOR = "layer-"; export const FORCE_ANCHOR = "force-"; export const KIND_ANCHOR = "kind-"; export const RELATION_ANCHOR = "relation-"; export const ARCH_CATEGORY_ANCHOR = "arch-category-"; export const LEX_CATEGORY_ANCHOR = "lex-category-"; export const ALGO_DOMAIN_ANCHOR = "algo-domain-"; export const SUBSTRATE_SECTION_ID = "the-substrate"; export const REASON_LAYER_SECTION_ID = "the-reasoning-layers"; export const AXES_SECTION_ID = "the-axes"; export const NODE_SECTION_ID = "the-nodes"; export const MATH_SECTION_ID = "the-mathematics"; export const DIMENSION_SECTION_ID = "the-dimensions"; export const LENS_SECTION_ID = "the-lenses"; export const MODE_SECTION_ID = "the-modes"; export const REPRESENTATION_SECTION_ID = "the-representations"; export const PATTERN_SECTION_ID = "the-pattern-types"; export const MODEL_SECTION_ID = "the-models"; export const UNIVERSAL_SECTION_ID = "the-universal-axes"; export const SURFACE_SECTION_ID = "the-test-surfaces"; export const TECHNIQUE_SECTION_ID = "the-techniques"; export const INVARIANT_SECTION_ID = "the-invariants"; export const UNCOVERED_SECTION_ID = "the-uncovered-cells"; export const MAP_SECTION_ID = "the-maps"; export const EDGE_SECTION_ID = "the-groundings"; export const TOPOLOGY_SECTION_ID = "the-layer-topology"; export const MEMBERSHIP_SECTION_ID = "the-membership"; export const RESOLUTION_SECTION_ID = "the-resolutions"; export const KIND_SECTION_ID = "the-kind-taxonomy"; export const RANGE_SECTION_ID = "the-relation-ranges"; export const FORCE_SECTION_ID = "the-forces";