Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ldkit/library/schema/schema.ts

LDkit - Linked Data query toolkit for TypeScript developers
Latest
import * as ldkit from "https://deno.land/x/ldkit@2.0.0/library/schema/schema.ts";

Type Aliases

Data property prototype that describes RDF predicate of a data entity. Includes specification of other metadata, such as whether the property is optional, array, inverse, or whether it is a nested data entity, etc.

Data schema prototype that describes a data entity. Includes an optional specification of RDF type and a map of RDF properties.