sparql

Calculate length of path betwen nodes (with unknown edges)?

匆匆过客 提交于 2020-12-26 08:26:39
问题 The problem is how to calculate the distance between two nodes (concepts) in a Triple Store (RDF) using sparql queries without know the type of edges. Essencially, is to use Dijkstras_algorithm to find the shorter path between two concepts in a Triple Store. It is possible if we know the type of egde: Calculate length of path between nodes? One other solution is to use classes distances(do not work if concepts are not extended from the main classes): Measuring distances among classes in RDF

SPARQL Queries with Fuseki Server on Ubuntu 18.04

雨燕双飞 提交于 2020-07-03 12:01:28
问题 I'm trying to run SPARQL queries with Fuseki Server on Ubuntu 18.04. When I try to start the server in the terminal with ./fuseki-server --update --mem /ds , I get the following errors. I've seen some similar questions and I assume it has something to do with compatibility issues with Java 11. I've installed Java 8, and I still get the same errors. I'm not sure how to proceed from here. WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. 2020-06-18