diff --git a/data-model.d.ts b/data-model.d.ts index e0ad372..78c1f28 100644 --- a/data-model.d.ts +++ b/data-model.d.ts @@ -76,7 +76,7 @@ export interface Literal { /** * the direction of the language-tagged string. */ - direction?: 'ltr' | 'rtl' | ''; + direction?: 'ltr' | 'rtl' | '' | null; /** * A NamedNode whose IRI represents the datatype of the literal. */ @@ -298,5 +298,5 @@ export interface DataFactory