Add ability to specify SPARQL queries on classes - #213
Open
JPEWdev wants to merge 2 commits into
Open
Conversation
Contributor
Author
Contributor
Author
|
The use of |
Markdown allows list items to span multiple lines, as long as as each
subsequent non-blank line are indented at least the same amount as the
first line. Support this syntax when parsing nested list sections by
aggregating the value across multiple lines that follow this rule. The
key must still be on the same line as the "-"
For example, this is now allowed:
- foo
- bar:
Still part of bar
- baz: Part of baz
Adds a section of SPARQL queries to classes, vocabularies, and properties. If any of these are present, they will be attached as validation queries to the class in which they are bound.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the ability for Properties, Classes, and Vocabularies to specify SPARQL queries that will be attached to validate a class then they are used. See spdx/spdx-3-model#1425 for an example