@nesso-how/relation-types
v0.1.0-alpha.23
Published
Nesso semantic relation type definitions — shared across app and MCP
Readme
@nesso-how/relation-types
Semantic relation types for Nesso — 52 typed edges in 8 categories.
Install
npm install @nesso-how/relation-typesUsage
import {
RELATION_TYPES,
RELATION_TYPE_VALUES,
} from "@nesso-how/relation-types";
const def = RELATION_TYPES["causes"];
// { cat: 'causal', label: 'causes', inverse: 'caused-by', ... }Full reference: Relation types.
License
MIT
