Aklakan opened a new pull request, #3508:
URL: https://github.com/apache/jena/pull/3508
GitHub issue resolved #3507
Pull request Description: This is mainly infrastructure work to assess RDFS
reasoning - and any future changes to it.
* Fixed literals-in-subject inferences (easy fix).
* Added testing framework that compares all combinations of invoking find().
(I hope I didn't overlook an existing system for that).
* There is a disabled test in `AbstractTestRDFS_Extra` which fails. It uses
`:directType rdfs:subPropertyOf rdf:type`.
* Added infrastructure to ease wrapping `Match` implementations. Added
`DatasetGraphWithGraphTransform` base class that can transform any Graph with a
Match. For example, In my own code I used a wrapper for MatchRDFS to handle the
ANY_ANY_ANY pattern with a distinct-reduce post-processing. I did not include
this in this PR because maybe there are better ways to handle this.
* Added initial benchmark class for the RDFS reasoner.
----
- [x] Tests are included.
- ~[ ] Documentation change and updates are provided for the [Apache Jena
website](https://github.com/apache/jena-site/)~
- [x] Commits have been squashed to remove intermediate development commit
messages.
- [x] Key commit messages start with the issue number (GH-xxxx)
By submitting this pull request, I acknowledge that I am making a
contribution to the Apache Software Foundation under the terms and conditions
of the [Contributor's
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
----
See the [Apache Jena "Contributing"
guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]