Re: Re: density of GraphUtil not recognized

2022-12-11 Thread Lorenz Buehmann
Made my day ... StackOverflow is already disallowing ChatGPT comments ... there are of course tools for graph measures beyond Jena, e.g. you could use Python rdflib which allows for converting the graph to a  networkx graph which in fact is a standard API for network analytics. Or you use

Re: density of GraphUtil not recognized

2022-12-11 Thread Marco Neumann
oh well... On Sun, Dec 11, 2022 at 6:44 PM emri mbiemri wrote: > The ChatGPT suggested using these kinds of solutions for getting some of > the above-mentioned graph metrics. > Anyway, is there any other tool that calculated some graph metrics on RDF > graphs? > > On Sun, Dec 11, 2022 at 8:13

Re: density of GraphUtil not recognized

2022-12-11 Thread Andy Seaborne
On 11/12/2022 18:43, emri mbiemri wrote: The ChatGPT suggested using these kinds of solutions for getting some of the above-mentioned graph metrics. Did it say "Jena"? Anyway, is there any other tool that calculated some graph metrics on RDF graphs? Try a Google search. Andy On

Re: density of GraphUtil not recognized

2022-12-11 Thread emri mbiemri
The ChatGPT suggested using these kinds of solutions for getting some of the above-mentioned graph metrics. Anyway, is there any other tool that calculated some graph metrics on RDF graphs? On Sun, Dec 11, 2022 at 8:13 PM Andy Seaborne wrote: > > > On 11/12/2022 13:15, emri mbiemri wrote: > >

Re: density of GraphUtil not recognized

2022-12-11 Thread Andy Seaborne
On 11/12/2022 13:15, emri mbiemri wrote: ok, thanks, but is there any function within Apache Jena that calculates the graph metrics such as centrality, density, and clustering coefficient? No. What led you to thinking there was? Andy

Re: density of GraphUtil not recognized

2022-12-11 Thread emri mbiemri
ok, thanks, but is there any function within Apache Jena that calculates the graph metrics such as centrality, density, and clustering coefficient? On Sun, Dec 11, 2022 at 2:17 PM Andy Seaborne wrote: > > > On 11/12/2022 11:53, emri mbiemri wrote: > > Hi Andy, thanks for the reply! > > > > What

Re: density of GraphUtil not recognized

2022-12-11 Thread Andy Seaborne
On 11/12/2022 11:53, emri mbiemri wrote: Hi Andy, thanks for the reply! What about the GraphUtil.density() function, any idea why it is not recognized? because it is not in the Jena codebase (nor has it ever been in the codebase).

Re: density of GraphUtil not recognized

2022-12-11 Thread emri mbiemri
Hi Andy, thanks for the reply! What about the GraphUtil.density() function, any idea why it is not recognized? Concerning the RDF4J I think it includes all the relevant apache jena jars. On Sun, Dec 11, 2022 at 12:31 PM Andy Seaborne wrote: > > > On 11/12/2022 10:17, emri mbiemri wrote: > >

Re: density of GraphUtil not recognized

2022-12-11 Thread Andy Seaborne
On 11/12/2022 10:17, emri mbiemri wrote: Dear community, I am trying to get some graph metrics using Apache Jena's GraphUtil. But some functions like "density" of GraphUtil cannot be recognized, or the package org.apache.jena.graph.Centrality cannot be resolved. There is no

Re: RDF-star and Lists in Quoted Triples

2022-12-11 Thread Andy Seaborne
On 11/12/2022 08:32, Adam Sobieski wrote: Hello. While exploring Jena (v4.6.1)'s RDF-star functionality and features, I'm getting the following output: @prefix calculus: . @prefix example: . @prefix rdf:

density of GraphUtil not recognized

2022-12-11 Thread emri mbiemri
Dear community, I am trying to get some graph metrics using Apache Jena's GraphUtil. But some functions like "density" of GraphUtil cannot be recognized, or the package org.apache.jena.graph.Centrality cannot be resolved. I am using Eclipse, my apache jena version is 3.14.0 within the rdf4j

RDF-star and Lists in Quoted Triples

2022-12-11 Thread Adam Sobieski
Hello. While exploring Jena (v4.6.1)'s RDF-star functionality and features, I'm getting the following output: @prefix calculus: . @prefix example: . @prefix rdf: