Skip to content

Releases: ruby-rdf/rdf-reasoner

Release 0.5.1

30 May 22:34
Compare
Choose a tag to compare

At least temporarily, don't cause errors because subClassOf, range or domain are a BNode. Eventually, this should reason using unionOf and Restrictions.

Release 0.5.0

30 May 22:34
Compare
Choose a tag to compare
  • Perform entailments on URI and Node instead of Vocabulary::Term, which will become a module.
  • When generating warnings, use pname of term if it responds to #pname.
  • Update accessors for owl:equivalentClass and owl:equivalentProperty.
  • Simplifications warranted by updates to RDF::Vocabulary::Term.

Release 0.4.4

30 May 22:33
Compare
Choose a tag to compare
  • Prep for 3.0 release of RDF.rb.

Release 0.4.3

30 May 22:32
Compare
Choose a tag to compare
  • Update CLI.
  • Add range reasoning on rdf:langString.

Release 0.4.2

30 May 22:32
Compare
Choose a tag to compare
  • Perform statement validation when linting.
  • Add some RDF-MT tests (failing).

Release 0.4.1

31 Dec 21:14
Compare
Choose a tag to compare
  • Updates for RDF.rb 2.2.
  • Update minimum ruby version to 2.2.2. See ruby-rdf/rdf#307.
  • Relax checking if any range includes schema:Text, to be just if range exactly includes schema:Text. This ends up being implemented later on anyway. Fixes #3.
  • Mark entailed statements as inferred.

Release 0.4.0

31 Dec 21:13
Compare
Choose a tag to compare
  • Update term attribute use to use all symbol keys, rather than a mix of symbols and strings.
  • Add RDF::Reasoner::Format class to define CLI commands.
  • Implement lint and entail CLI commands.

0.4.0.beta2

07 Apr 22:05
Compare
Choose a tag to compare
0.4.0.beta2 Pre-release
Pre-release

Add RDF::Reasoner::Format class to define CLI commands.

0.4 Beta Release

23 Feb 23:45
Compare
Choose a tag to compare
0.4 Beta Release Pre-release
Pre-release

Updates for RDF.rb 2.0 Beta

  • Update term attribute use to use all symbol keys, rather than a mix of symbols and strings.