Type Alias Thing

Thing: {
    predicates?: Record<string, (Quad_Object | Thing)[]>;
    termType?: "NamedNode" | "BlankNode";
    value: string;
}