Lorenz Bühmann

Results 85 comments of Lorenz Bühmann

Your code just checks whether the class expression `a SOME (o SOME b)` is satisfiable, nothing more.

There is a fork with OWL API 5 and Jena 3 support [1] [1] https://github.com/Galigator/openllet

Happens because of OWL API version conflict, specific issue opened here: https://github.com/protegeproject/rdf-library/issues/12

As I mentioned in my first comment, this is an easy to fix issue, the Github issue is also there: https://github.com/protegeproject/rdf-library/issues/12 But it looks like not being that important or...

Can't reproduce this with Protege 5.6.3 and the `rdf-library` file I uploaded [here](https://github.com/LorenzBuehmann/rdf-library/releases/tag/rdf-library-3.0.0) ![image](https://github.com/protegeproject/protege/assets/976029/7e5529d4-9c6b-42ec-8690-796f5e5335c4) Did you replace the existing `rdf-library.jar` file? What does the log say when it hangs? Is...

That won't work keeping the old JAR still in use. According to the README, > remove rdf-library-3.0.0.jar from $PROTEGE_HOME/plugins

Protege works with OWL API as Java library to load and process OWL ontologies. SPARQL on the other hand is based on RDF, and as Java library rdf4j or better...

Yes, I mean there are page numbers missing for sure when having hundreds of graph - note, I do not use the "edit" tab at all in Fuseki. I just...

isn't the common approach to to limit the number of pages and simply show a "Next" button or something? And optionaly the last page? I have no experience with Vue,...

Thanks @rvesse and @afs for advice. We stumbled upon this need when trying to export a larger subset of loaded data. Some facts: Dataset: `257 288 501` triples loaded into...