@ulb-darmstadt/shacl-form 1.8.1 → 1.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,3 +20,4 @@ export declare const SHACL_PREDICATE_PROPERTY: import('n3').NamedNode<string>;
20
20
  export declare const SHACL_PREDICATE_CLASS: import('n3').NamedNode<string>;
21
21
  export declare const SHACL_PREDICATE_TARGET_CLASS: import('n3').NamedNode<string>;
22
22
  export declare const SHACL_PREDICATE_NODE_KIND: import('n3').NamedNode<string>;
23
+ export declare const XSD_DATATYPE_STRING: import('n3').NamedNode<string>;