Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update validation to current state #185

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions documentation/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## Generating Constraints

It is possible to generate a minimal constraint given a `Cube` and a set of `Observation`s.

SPARQL CONSTRUCT queries will be provided in this repository.
More information is available in the `barnard59-cube` [commands](https://github.com/zazuko/barnard59/tree/master/packages/cube#commands) documentation.

## Cube Viewer

Expand All @@ -16,10 +15,6 @@ A demo of the app is deployed at [cube-viewer.zazuko.com](https://cube-viewer.za

An example Cube is specified in [cube.ttl](cube.ttl). The cube provides a constraint in [constraint.ttl](constraint.ttl).

<pre class='ednote' title='Work in progress'>
This section is a work in progress, the wording and terminology still need some thought.
</pre>

The validation process of the cube can be divided into three different aspects.

1) The cube structure and contents
Expand Down