-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OGC Features queryables bugfix + cleaner curie generation (#284)
* OGC Features bugfix for auto generated queryables. Add upfront validation of curie -> URI and raise URI not found exception if appropriate. Add special characters to those excluded from CURIE generation: "aeiou!@#$%^&*()_+-=,." * Ensure only prez related profiles are loaded from remote stores; type profiles used to declare default profiles as prez:IndexProfiles. Fix count query bug. Improve performance of annotations retrieval. * fix: illegal prefix generation error previous implementation allowed illegal prefixes to be generated, which would cause errors parsing the data with n3.js --------- Co-authored-by: Lawon Lewis <[email protected]>
- Loading branch information
1 parent
05645d5
commit c9ba0f7
Showing
7 changed files
with
61 additions
and
28 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
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
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
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