Re: Path between two nodes

2020-08-10 Thread Luis Enrique Ramos GarcĂ­a
HI Ahmed, Although the task of finding a path between two nodes is very common terminology used in graphdb, it is worth remembering that rdf, rdfs and owl (ann ontologies) are graph based approaches, and therefore graph principles can be applied to them. Of course, there are some specific

Re: Path between two nodes

2020-08-10 Thread Lorenz Buehmann
/OntTools.html On 10.08.20 21:48, Florian Kleedorfer wrote: > > There are ways to do that in SPARQL - maybe start here > https://stackoverflow.com/questions/30916040/sparql-is-there-any-path-between-two-nodes > > > You can execute sparql queries on a jena dataset or against a sparql

Re: Path between two nodes

2020-08-10 Thread Florian Kleedorfer
There are ways to do that in SPARQL - maybe start here https://stackoverflow.com/questions/30916040/sparql-is-there-any-path-between-two-nodes You can execute sparql queries on a jena dataset or against a sparql endpoint: https://jena.apache.org/tutorials/sparql.html best Florian Am 2020

Path between two nodes

2020-08-10 Thread Ahmed Helal
Greetings, I am now working on a project involving Apache Jena. I would like to ask if Jena supports finding a path between two nodes. Thank you for your time, Ahmed Helal.