Skip to content

Releases: ruby-rdf/rdf-reasoner

Release 0.9.0

01 Sep 21:03
Compare
Choose a tag to compare
  • Update documentation links to use gh-pages, and add action to publish gh-pages from Yard docs.
  • Updates for version 0.9 with minimum Ruby version 3.0.

Release 0.8.0

29 Dec 22:30
Compare
Choose a tag to compare
  • Minimum Ruby version now 2.6.

Release 0.7.2

27 Feb 21:53
Compare
Choose a tag to compare

When explaining domain and range issues, include both schema and schemas versions.

Release 0.7.1

27 Feb 21:53
Compare
Choose a tag to compare

Chech https versions of schema tests and fix range check for schemas:URL.

Release 0.7.0

16 Feb 22:52
Compare
Choose a tag to compare
  • Make rdf-vocab a development dependency and use locally defined URIs where needed,
  • Adjustments for changes to Term attributes and properties in RDF.rb 3.1.11.
  • Update schema.org reasoning for the HTTPS version as well.

Release 0.6.2

10 Jul 20:34
Compare
Choose a tag to compare

Don't assume term will respond do #property?, as it may not be a Term, but a URI.

Release 0.6.1

30 May 22:36
Compare
Choose a tag to compare
  • Trim back some assumptions about vocabularies used in tests.
  • Add --profile and --vocabs options to script/reasoner.
  • Document the advantage of using RDF::Vocabulary.limit_vocabs when reasoning.

Release 0.6.0

30 May 22:36
Compare
Choose a tag to compare

Updates for RDF 3.1 and Ruby 2.7 calling sequences.

Release 0.5.3

30 May 22:35
Compare
Choose a tag to compare
  • Use ruby-rdf and not gkellogg repo group, and fix some other URL issues.
  • Adapt for JSON-LD 1.1 framing.

Release 0.5.2

30 May 22:35
Compare
Choose a tag to compare

subproperty entailment appears to work.