-
Notifications
You must be signed in to change notification settings - Fork 10
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
Broken when using with Protege 5.6.1 #12
Comments
Dear Support Team, |
This is in fact already fixed in the master branch (6c2e962), so all that needs to happen is a 3.0.1 release of |
PREFIX owl: http://www.w3.org/2002/07/owl# @gouttegd Can you help with this please |
@tejaswinihbhat Do not spam issues with comments about your problem, even if you believe the issue is related. You’re seemingly using the Snap-SPARQL plugin, which AFAIK does not support the |
Hi, neither the Snap SPARQL view nor the standard Sparql tab do support SPARQL 1.1, thus |
This API is broken when using with Protege 5.6.1 which happens when using the SPARQL query tab because the OWL API version has been bumped
Protege: 4.5.25
this lib: 4.5.15
leads to
Basically, the constructor of
org.semanticweb.owlapi.rdf.model.AbstractTranslator
has been changed, see https://github.com/owlcs/owlapi/blob/owlapi-parent-4.5.24/parsers/src/main/java/org/semanticweb/owlapi/rdf/model/AbstractTranslator.java#L289-L303It also needs the
OWLDocumentFormat
now as an argument which has to be addressed inorg.protege.owl.rdf.impl.RDFTranslator
The text was updated successfully, but these errors were encountered: