Releases: ruby-rdf/rdf-reasoner
Releases · ruby-rdf/rdf-reasoner
Release 0.5.1
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
- 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
- Prep for 3.0 release of RDF.rb.
Release 0.4.3
- Update CLI.
- Add range reasoning on rdf:langString.
Release 0.4.2
- Perform statement validation when linting.
- Add some RDF-MT tests (failing).
Release 0.4.1
- 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
- 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
andentail
CLI commands.
0.4.0.beta2
Add RDF::Reasoner::Format class to define CLI commands.
0.4 Beta 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.