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

Add queries for validating data against CubiQL's expectations. #145

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2018

  1. Add queries for validating data against CubiQL's expectations.

    Issue #127 - Add validation queries for use with rdf-validator which
    checks a data source against the requirements CubiQL makes on data cubes.
    
    The queries are templates which expect the relevant configuration values
    to be provided when executed.
    
    Add instructions to the README on running these validations.
    lkitching committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    1220a63 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Add new SPARQL queries

    1. There is a code list that contains ONLY the concepts used at the cube
    2.There is a code list for each qb:DimensionProperty
    zeginis committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    0959f12 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Fix validation queries for execution within rdf-validator.

    Move the comments for the dimension validation queries to the end of
    of the file. Comments before the query cause sesame to infer the
    wrong query type (i.e. a graph query instead of a tuple query) which
    results in the wrong accept headers being sent to the remote SPARQL
    endpoint.
    lkitching committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    e796dc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    7a190da View commit details
    Browse the repository at this point in the history