@shubhamrasal/groundline
Version:
Groundline GraphDB with IPFS persistence
20 lines • 461 B
TypeScript
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