This library can be used to create RDF triples in the context of cubes (see: https://cube.link). The library should be used together with fch-cube-dimension.
The latest NuGet package is published at https://www.nuget.org/packages/Swiss.FCh.Cube.Dimension/.
Additional information can be found here: https://github.com/swiss/fch-cube
See: https://github.com/swiss/fch-cube/blob/main/CONTRIBUTING.md
See: https://github.com/swiss/fch-cube/blob/main/SECURITY.md
To publish a new version of the NuGet package, proceed as follows.
- apply and push your changes
- define and describe the new version in
CHANGELOG.md - push the corresponding label with
git tag vx.x.xandgit push origin v.x.x.x - go to GitHub -> Actions -> 'Build and Publish to NuGet.org' and trigger a run while specifying the correct GIT label