-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ability to fetch dimension values when datatypes has undefined v…
…alues When the dataset has undefined values, the shacl constraint for dataType is expressed as an "or" containing two constraints (undefined, and the real datatype). The parseDataType function handles this case and provides us with the correct datatype. Shared dimensions have no dataType and the filter for values will be done with a named node ?dimension1 = <value>, whereas for literal dimensions, we use the str function to match on the string value of the value (discarding the type information)
- Loading branch information
Showing
2 changed files
with
19 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters