fuseki Questions

2

Solved

I am attempting to use a SPARQL Construct query to create a new named graph from an existing one. The database I am querying contains http://graph.com/old as an existing named graph. I am using Jen...
Amusing asked 20/8, 2013 at 22:21

0

We are running Apache Jena Fuseki. If we upload graphA and graphB SELECT (COUNT(*) as ?count) FROM <graphA> FROM <graphB> WHERE { ?s ?p ?o . } gives 100 If we upload triples in...
Foyer asked 30/11, 2017 at 8:13

1

I have installed fuseki and start the server with #!/bin/sh cd /home/frank/localInstall/jena/apache-jena-fuseki-2.5.0 exec /home/frank/localInstall/jena/apache-jena-fuseki-2.5.0/fuseki-server -v...
Khrushchev asked 28/4, 2017 at 17:9

2

I'm serving a dataset containing 10-20 named graphs from a TDB dataset in Fuseki 2. I'd like to use a reasoner to do inference on my data. The behaviour I'd like to see is that triples inferred wit...
Quijano asked 16/2, 2016 at 9:4

2

I want to get the name of all existing graphs in my Fuseki server, it should return a message with a list of all graphs name.
Bibliomania asked 28/8, 2015 at 15:24

1

Solved

I am developing an application, which is using triple store (Jena TDB). It is clealy mentioned that TDB Supports SPARQL update and Query. Also, I understood that Fuseki is SPARQL server, that suppo...
Neelon asked 25/5, 2015 at 5:41

2

Solved

I mostly use SPARQL SELECT while working on a query for debugging purposes but in the end I want to use the final result it in a CONSTRUCT way; as I want to work with a graph and not key/value quer...
Passover asked 10/2, 2015 at 8:36

2

Solved

I have computed the indegree and outdegree of each node in the directed graph in two separate queries: SELECT ?s (COUNT(*) AS ?outdegree) { ?s ?p ?o } GROUP BY ?s ORDER BY DESC(?outdegree) SELE...
Harley asked 17/6, 2014 at 18:5

2

Solved

I'm trying to import LinkedMDB (6.1m triples) into my local version of jena-fuseki at startup: /path/to/fuseki-server --file=/path/to/linkedmdb.nt /ds and that runs for a minute, then dies with ...
Kornher asked 17/1, 2014 at 22:31

2

Solved

I want to download two or more datasets on my machine and be able to start a SPARQL endpoint for each. I tried Fuseki which is part of the Jena project. However, it loads the whole dataset in memor...
Contempt asked 9/6, 2013 at 2:18
1

© 2022 - 2024 — McMap. All rights reserved.