export interface Relation { source: string; target: string; relation: string; }