Read-only mirror of https://github.com/swiss/fch-cube-rawdata — Bundeskanzlei. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-05 16:10:26 +02:00
.github fix(build): permissions for workflow specyfied (#13) 2025-11-06 08:22:23 +01:00
src fix: link converted in to html tag 2026-08-05 16:10:26 +02:00
.editorconfig feat: initial publication on github 2025-09-02 07:56:00 +02:00
.gitignore feat: initial publication on github 2025-09-02 07:56:00 +02:00
CHANGELOG.md chore: change log updated 2026-08-05 16:10:26 +02:00
LICENSE Create LICENSE 2025-09-04 09:44:28 +02:00
README.md feat: update README with NuGet package link 2025-10-27 12:03:46 +01:00
SECURITY.md Revise security policy and reporting instructions 2025-11-06 07:28:01 +01:00
THIRD_PARTY_LICENSES.md chore: update THIRD_PARTY_LICENSES.md 2026-08-05 16:10:26 +02:00

Introduction

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

Contribution

See: https://github.com/swiss/fch-cube/blob/main/CONTRIBUTING.md

Security

See: https://github.com/swiss/fch-cube/blob/main/SECURITY.md

Development Workflow

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.x and git 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