-
Notifications
You must be signed in to change notification settings - Fork 4
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
Provide an example of how to use inside Java #168
Comments
@labra any thought? The problem mentioned inside the issue eclipse-lyo/lyo#98 looks very similar to the one that @mistermboy suffered last week with the Ontolo-CI dependencies.
|
I am planning to create an example java project invoking shaclex. @berezovskyi, what Java version do you use? Because I think we require Java 11 or above, does that work for you? I also think the best way to use the library from Java is to avoid using directly cats features like I will create a simple Java project that shows how to invoke the library in Java in the next days. |
Thank you, Jose! We use JDK 11 but try to target Java 1.8 for max compat but Jena is already pushing us to Java 11 with their last release. So, shaclex pushing us to Java 11 target will be just another step in that direction :) |
We currently have the following code from 0.0.87 (trying to update to the latest version of shaclex since Bintray disappearance to use your GH Maven repo):
I am trying to convert it to use cats resource but so far I have been unable to lift the instance of the RDFBuilder from the Resource:
Could you please help us with an example or point me to the right place in the cats documentation where I can find some guidance?
I was using https://www.weso.es/srdf/docs/srdfJena as a guidance but
RDFAsJenaModel.empty
instance does not have a methoduse
as shown in the docs (at least not in the JVM signature, maybe it was generated to another class).Thanks in advance!
The text was updated successfully, but these errors were encountered: