export declare const jsonLdContext: {
    "@context": {
        "@vocab": string;
        name: string;
        entityType: string;
        observations: string;
        relationType: string;
        knows: string;
        properties: string;
        from: {
            "@id": string;
            "@type": string;
        };
        to: {
            "@id": string;
            "@type": string;
        };
    };
};
//# sourceMappingURL=jsonld-context.d.ts.map