InMemoryEntity: Record<string, unknown> & {
    "@id": string;
    "@type"?: string;
    label?: string;
    name?: string;
}