RE: Re: [RDF] Problems building master

2025-04-18 Thread Fred Hauschel
> HTH, > Gary > > On Wed, Apr 16, 2025 at 1:50 PM Fred Hauschel wrote: > > > > Hi there, > > > > haven't heard from me for a long time. I'm trying to think my way back > > into commons-rdf. I made a copy years ago that I'm building on, it

RE: Re: [RDF] Problems building master

2025-04-18 Thread Fred Hauschel
. > > Java 8 is no longer supported in git master (see the POM compiler settings). > > HTH, > Gary > > On Wed, Apr 16, 2025 at 1:50 PM Fred Hauschel wrote: > > > > Hi there, > > > > haven't heard from me for a long time. I'm trying to

[RDF] PR - upgrade rdf4j to 5.1.3

2025-04-17 Thread Fred Hauschel
Hi there, i upgraded the rdf4j version to 5.1.3 (Tue, Apr 15, 2025) Looking forward to your feedback. PR 324 Thanks Fredy

[RDF] PR - GraphLike with addAll

2025-04-17 Thread Fred Hauschel
Hi there, reworked my request from last year Looking foreward to your feedback. Thanks Fredy

[RDF] ModelGraphImpl returns 'parallelStream()' instead of expected 'stream()'

2025-04-17 Thread Fred Hauschel
Hi there, in my opinion this is a bug: * https://github.com/apache/commons-rdf/blob/006fbc3e47003c2d0fe8eb055f60f7cb267e1321/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/impl/ModelGraphImpl.java#L142 * https://github.com/apache/commons-rdf/blob/006fbc3e47003c2d0fe8eb055f60f7cb

RE: RE: Re: [RDF] Problems building master

2025-04-17 Thread Fred Hauschel
Aha, i never used maven without specifying a goal, but commons-rdf is building when just running 'mvn'. Magic happens, but the build is green. br Fredy On 2025/04/17 08:59:45 Fred Hauschel wrote: > Hi Gary, > i thought that. The info in the Readme is wrong: > > > Ho

RE: Re: [RDF] Problems building master

2025-04-17 Thread Fred Hauschel
settings). > > HTH, > Gary > > On Wed, Apr 16, 2025 at 1:50 PM Fred Hauschel wrote: > > > > Hi there, > > > > haven't heard from me for a long time. I'm trying to think my way back > > into commons-rdf. I made a copy years ago that I'm b

[RDF] Problems building master

2025-04-16 Thread Fred Hauschel
Hi there, haven't heard from me for a long time. I'm trying to think my way back into commons-rdf. I made a copy years ago that I'm building on, it's time to change that and switch to the original version. I just built the tag 0.5.0 successfully. but when I build master, I get an error. Used

Re: [RDF] adding Quads - Bulk

2024-03-10 Thread Fred Hauschel
Ah, sorry. i forgot to post this PR here: https://github.com/apache/commons-rdf/pull/205 I did it right after the mail. Thanks Fredy On 10.03.24 13:42, Peter Hull wrote: On Sat, 9 Mar 2024 at 22:37, Fred Hauschel wrote: Is there a reason, why there is no Method like GraphLike#add(List

[RDF] adding Quads - Bulk

2024-03-09 Thread Fred Hauschel
Hi there, it looks like I am bound to the interface org.apache.commons.rdf.api.GraphLike#add. And in the RDF4J implementation, a new connection to the repository is established for each quad/triple. This is not very useful. Am I missing another possibility or am I the first to have a problem

[RDF] Querying a graph using SPARQL

2024-03-02 Thread Fred Hauschel
Hi there, currently i try to understand, how i can use SPARQL with commons-rdf. I suspect that was not intended ? Thanks Fredy - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-

[RDF] New Jena Version

2024-02-18 Thread Fred Hauschel
Hi there, i think I would like to use commons-rdf, but not with the old Jena version. So here is a PR for a new version. I have no idea about osgi and jena doesn't seem to support it anymore. so I just used the non osgi dependency. https://github.com/apache/commons-rdf/pull/196 Fredy -