-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove LiteralProxies
class to improve the performance of processing
#13
Comments
LiteralProxies
classLiteralProxies
class to improve the performance of processing
This would be a rather large architectural change to the tool. I believe the original author @iherman would need to comment on this. |
@wrobell, if rdflib supports literals as subjects today (it did not when this code was written...), then, of course, |
The following script works. Is there any other RDFlib feature which should be tested with literals in subject position?
|
In pull request #16 I have implemented two tests for semantic of datatypes (table 8 at https://www.w3.org/TR/owl2-profiles/#Reasoning_in_OWL_2_RL_and_RDF_Graphs_using_Rules). I believe Do you mind if I ask you to suggest others tests to be implemented before I start removal of |
The
RDFClosure/Literals.py
statesHowever,
rdflib
seems to support literals in subject position.I wonder if we could remove
LiteralProxies
class and therefore speedup the whole processing?The text was updated successfully, but these errors were encountered: