import { type Schema } from "https://deno.land/x/ldkit/mod.ts";
Data schema prototype that describes a data entity. Includes an optional specification of RDF type and a map of RDF properties.
definition: { @type?: string | readonly string[]; } & { [key: string]: Property | string | readonly string[]; }