-
Notifications
You must be signed in to change notification settings - Fork 17
Release notes
drlivingston edited this page Sep 19, 2014
·
6 revisions
- added options / flag for literal handling by clj-ify see tests at end of test-rdf for examples manipulating the literal handling mode.
- rolled dependencies and plugins back to resolve issue reading from classpath see
- clojure-maven-plugin 1.3.9 bug report
- java.classpath 0.1.0 bug report
- clojure swank removed
- actually resolved feature request for https://github.com/drlivingston/kr/issues/8
java.net.URI
can now be used where symbols previously could. (1.4.16 did not allow the use ofURI
in typed literals. Also tests for this andURI
in property paths. - resolved https://github.com/drlivingston/kr/issues/7 allowing constants in reification
- added tests for nested reification to verify that cycles generate exceptions
- resolved feature request for https://github.com/drlivingston/kr/issues/8
java.net.URI
can now be used where symbols previously could. - SPARQL pattern language now uses
sparql-ify
to understand objects given to it in a pattern, allowing the language to be easily extended. - changes to reification code in forward-chaining rules and tests added for
- Nested reified variables now supported (when one reified variable needs the value of another). Loops should throw an exception -- need to add test for that.
- Optional variables only being reified when a value isn't present.
- exist on Clojars they should be identical to 1.4.16 (see maven release plugin note below.)
- version number skipped due to maven release plugin error - incompatibility with git scm plugin causing snapshots to push to public repository instead of release versions.
- Simple modification to the forward rule reification helpers - now passes the helper function the full rule in addition to the part that needs to be reified. This allows the reification function to leverage other details in the rule. (Needed for experimental sha-1 based reification of owl restriction classes, instead of using blank nodes.)