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

David/shacl specified queryables #268

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

recalcitrantsupplant
Copy link
Collaborator

Allows OGC Features API Queryables (i.e. properties that Features can be filtered on) to be specified by SHACL.

This enables property path expressions in the graph to be "pre defined" and queried as a "flat" property (queryable). Without this functionality, only direct properties are available as Queryables, either limiting the scope of what can be queried, or requiring flattening of the graph.

This requires some manual steps to:

  • Define the queryable propery paths in the graph
  • Optionally, specify additional metadata about the queryables (enumerations, datatypes etc.)

A full readme is provided in README-OGC-Features.md

Copy link
Collaborator

@lalewis1 lalewis1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work again. I couldn't catch any errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants