import { type SupportedDataTypes } from "https://deno.land/x/ldkit/mod.ts";
Map of supported RDF data types and their JavaScript native counterparts, combines default data types with custom data types. The keys are the IRIs of the data types, and the values are the corresponding JavaScript types.
definition: Omit<DefaultDataTypes, keyof CustomDataTypes> & CustomDataTypes