named-graphs Questions
5
Solved
Let's say I make the following insertions into my GraphDB 8.3 triplestore:
PREFIX : <http://example.com/>
insert data { :hello a :word }
and
PREFIX : <http://example.com/>
insert da...
Lalitta asked 26/9, 2017 at 21:23
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
1
Solved
I am working with an instance of Ontotext GraphDB and often want to clear a named graph with a large number of triples.
Currently, my technique involves issuing a SPARQL command to the graph serv...
Guardado asked 10/5, 2018 at 20:24
3
Solved
I'm looking for an easy way to insert triples from two or more named graphs (but not the entire unnamed default graph) into another named graph. I'm using GraphDB.
I guess this could be done by wr...
Smithers asked 20/9, 2017 at 18:19
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
There is a strange behaviour in the connection of the commandline tools of ARQ, TDB and Named Graphs. If importing data via tdbloader in a named graph it can not be queried via GRAPH clause in a SP...
Herd asked 19/9, 2013 at 10:0
1
Solved
Add just this one quad to an empty store:
<http://x.com/s> <http://x.com/p> 2 <http://x.com/g> .
Then execute this SPARQL query (taken from per Bob DuCharme's book 'Learning SP...
Labial asked 21/8, 2013 at 19:43
1
© 2022 - 2025 — McMap. All rights reserved.