Releases: ruby-rdf/rdf-reasoner
Releases · ruby-rdf/rdf-reasoner
Release 0.9.0
Release 0.8.0
- Minimum Ruby version now 2.6.
Release 0.7.2
When explaining domain and range issues, include both schema and schemas versions.
Release 0.7.1
Chech https versions of schema tests and fix range check for schemas:URL.
Release 0.7.0
- 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
Don't assume term will respond do #property?
, as it may not be a Term, but a URI.
Release 0.6.1
- 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
Updates for RDF 3.1 and Ruby 2.7 calling sequences.
Release 0.5.3
- 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
subproperty entailment appears to work.