Skip to content

Commit

Permalink
Update SPARQL dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jun 7, 2022
1 parent fff9e44 commit 15644fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ Evaluating the shapes against a graph results in a {SHACL::ValidationReport} ind

The resulting validation report can be compared with other validation reports, used as native Ruby objects, serialized to s-expressions, or used as an RDF::Enumerable to retrieve the RDF representation of the report, as defined in [SHACL Spec][].

SHACL-SPARQL variable bindings pass a solution to the query composed of the necessary bindings rather than rewrite the query.
SHACL-SPARQL variable bindings pass a solution to the query composed of the necessary bindings rather than rewrite the query. Supports [SHACL-based Constraints](https://www.w3.org/TR/shacl/#sparql-constraints).

### Matching Entailed Triples
Many tests check for entailed triples, such as entailed super-classes of explicit `rdf:type` values. If this is required for a given application, the [RDF::Reasoner][] gem can be used to create such entailed triples.
Expand Down
2 changes: 1 addition & 1 deletion shacl.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rdf', '~> 3.2', '>= 3.2.8'
gem.add_runtime_dependency 'json-ld', '~> 3.2'
gem.add_runtime_dependency 'sxp', '~> 1.2'
gem.add_runtime_dependency 'sparql', '~> 3.2'
gem.add_runtime_dependency 'sparql', '~> 3.2', '>= 3.2.4'

gem.add_development_dependency 'rdf-spec', '~> 3.2'
gem.add_development_dependency 'rdf-turtle', '~> 3.2'
Expand Down

0 comments on commit 15644fa

Please sign in to comment.