Skip to main content
Module

x/ldkit/library/schema/mod.ts

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

Type Aliases

Object that contains IRI of an entity

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.

Describes a data model of a data entity according to its schema,. as resolved by LDkit, i.e. the shape of data that LDkit returns when querying for entities.

Describes a shape of data for updating an entity, according to its data schema.

Describes a shape of data for updating an entity, according to its data schema.

Map of supported RDF data types and their JavaScript native counterparts

List of supported native JavaScript types