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

Enhance select Syntax to Allow datatype References in Graph-Crawl Queries #714

Open
aaj3f opened this issue Jan 12, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@aaj3f
Copy link
Contributor

aaj3f commented Jan 12, 2024

Description

Related to #713 -- use of datatype in where clauses (e.g. with bind) can only surface those results if the select statement directly returns bindings from where.

Often, users use the select statement to perform graph crawls off of subject bindings from the where clause. We should make sure that in this scenario, it is possible to return results that indicate the datatype of each value, for example:

...
"select": {
  "?s": [
    "schema:name", 
    { "@id": "arbitraryValues", "withDataType": true }
  ]
},
...

This may not be the desire syntax at all, but the goal is to allow users to describe particular properties in the query that they want to see datatype (and value) results for

@aaj3f aaj3f added the enhancement New feature or request label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant