NCI-Semantic-Infrastructure / shared-si-issues

Umbrella repo for Shared SI Service issues
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

modify rules to enable ask and describe #2

Closed fragosog closed 1 year ago

fragosog commented 1 year ago

A recent sparql-specific rules update disallows some ASK queries. Very likely some DESCRIBEs would also be disallowed. Modify rules to specifically catch and enable ASK and DESCRIBE.

DESCRIBE is being used by some RDBMS' and might be on the queue for the next SQL standard. ASK doesn't appear to be in the radar.

fragosog commented 1 year ago

ASK completed, and various DESCRIBE taken care of, in 6ec1fd509, tag 1.0.9-3.2.0. Will open a separate ticket for specific forms of DESCRIBE.