Tagged Questions
1
vote
2answers
31 views
RDF Graph Entailment
I just read about the concept of entailment for RDF (Resource Description Framework).Can anyone tell me an example of entailment for two RDF graphs and explain them a bit.
Thanks
1
vote
0answers
145 views
How to draw a graph in java rdf using openRDF [closed]
I have a project thats needs to graph (drawing) rdf file and xml files (succeed to show the elements they have in common).
I have to use OpenRDF and give free to my imagination to the graph.
Could ...
0
votes
1answer
83 views
Any excellent rdf graph visualisation tools that comes with a SPARQL query editor or browser?
As per my question, I'm curious is anybody out there in the community knows any useful tools that could accomplish this ie you have sparql query editor which allows you to write and save your queries ...
2
votes
1answer
128 views
N-Quad graphs - how do I use them?
I downloaded a bunch of data from Nature in the form of N-Quads, .nq files. These contain RDF graphs, right? How do I access this data, and how can I translate RDF graphs into a more usable format ...
4
votes
3answers
1k views
Graph DBs vs. Document DBs vs. Triplestores
This is a somewhat abstract and general question. I'm interested in the inherent (as well as implementation-specific) properties of different approaches to persist unstructured data with both lots of ...
-1
votes
1answer
102 views
search algorithm in SPARQL?
I have two questions regarding the SPARQL in fetching data from RDF.
What underlying search algorithm does SPARQL uses to fetch the data?
How do i use the different search algorithm to fetch data ...
3
votes
2answers
300 views
Fast graph walking on RDF-like data: triple store or graph database?
I have an RDF-like graph data structure, i.e. consisting of nodes (entities) which are connected by edges (properties, relations) of different kinds. The user will select a node in that graph ...
2
votes
2answers
250 views
what's the difference between allegrograph and five column mysql table?
Allegrograph is basically a RDF triple(actually five field) store. Then why can't we create a MySQL table with five columns and store the triples in them. ?
What features does AG have over such MySql ...
5
votes
3answers
284 views
Measuring distances among classes in RDF/OWL graphs
Maybe someone could give me a hint. Is it possible to measure the distance between 2 concepts/classes that belong to the same ontology?
For example, let's suppose I have an ontology with the
...
10
votes
1answer
597 views
RDF / Graph to Object Mapping Framework
Does anyone have used, implemented, knows or just have heard of any graph (especially RDF) to object mapping frameworks for java.
We are evaluating frameworks at the moment.
So far we have:
KMS
...
2
votes
1answer
489 views
Representing RDF data in JUNG graph
I'm loading RDF data into a JUNG graph to do some analysis.
So I create a new graph with:
DirectedGraph g = new DirectedSparseGraph<String,GraphLink>();
I created a support class for ...
5
votes
1answer
793 views
how to parse big datasets using RDFLib?
I'm trying to parse several big graphs with RDFLib 3.0, apparently it handles first one and dies on the second (MemoryError)... looks like MySQL is not supported as store anymore, can you please ...
5
votes
5answers
925 views
Any alternatives to Virtuoso as a graph store?
I like it (very much) that is supports SPARQL/Update and the SPARQL endpoint that comes with it, but
I'm a little worried about vendor lock in
I think it is overkill for my requirements (I want a ...
4
votes
1answer
422 views
apply graph analysis on networked data represented with RDF
I want to run some analysis on networked data having multiple modes(i.e. multiple types of network nodes) and multiplex relations(i.e. multiples types of network edges).
The analysis is probably ...
0
votes
1answer
191 views
Graphic representation of instances in RDF (on website)
With Protege I made an ontology that has some classes and instances. Class "Knowledge" has a property "hasSubKnowledge" which domain and range are both of type "Knowledge". I have around 200 ...
2
votes
1answer
665 views
RDF Triple Visualizer - ARC2
Hi there does anyone know of any good software for visualising an rdf triple store as an actual graph? I am using an arc2 triplestore and have already tried the visualizer plug in that is available ...