Interface FDRConfig

Configuration of the FDR environment, providing defaults across all open graphs and objects.

Hierarchy

  • FDRConfig

Properties

Properties

lang: undefined | string

The default language to use when returning literal values. This is initially undefined which means that a random literal will be return in case of a multi-lingual graph. The set it to a specific value do fdr.config.lang="en".

Note that this affects only retrieval of literal values, not storage. That is, if a new property is being added to an entity, one has to explicitly set the language of the literal if one wants it to be stored in the triplestore.

Generated using TypeDoc