case_sparql_select
should support running queries against just the built-in ontology
#172
Labels
enhancement
New feature or request
There are some use cases that would benefit from being able to run a SPARQL query without needing to independently supply a data graph, because the data being queried is the ontology. For instance, CASE-Mapping-Template-Stubs Issue 10 just needs to ask about where properties go, irrespective of instance data.
Possibly a new calling pattern can be introduced, where if there's no data graph, the built-in ontology is loaded as subject data:
This would need to cover behaviors with
--built-version
, e.g. running some query to see if there is different results between CASE 1.1.0 and 1.2.0:This would also need to cover how to load the full ontology as a supplement to a subject-data graph. A no-parameter flag feels right reflexively, but introduces the following call patterns. Probably fine, but worth looking at with fresh eyes before coding.
The text was updated successfully, but these errors were encountered: