A library for node.js written in Typescript that enables clients and processes to interact with Linked Data Platforms
according to the FactDAG model while preserving and creating correct provenance information.
> :warning: The API is currently under reconstruction and will change in the near future.
> The updated API will be incompatible with the current version.
> The WIP-Version of the updated API can be found in the [feature/backendAbstraction](https://git.rwth-aachen.de/i5/factdag/factlibjs/-/blob/feature/backendAbstraction/src/factClient/FactClient.ts) branch.
> Updated example can be found in that branch as well.
### Configuration
The [config.json](examples/books/publisher/auth1/config.json) configuration file defines URIs for the authority the process exists under,
the fact representing the process and the activities that are generated by the process.
"description":"Enables clients and processes to interact with Linked Data Platforms according to the FactDAG model while preserving and creating correct provenance information.",