Open aibba19 opened 2 days ago
Hello,
How many triplets do you have in graph http://myIP:7200/repositories/Barcelona2
? What result will the following SPARQL query return?
SELECT (COUNT(*) AS ?COUNT) WHERE {
GRAPH <http://myIP:7200/repositories/Barcelona2> {
?S ?P ?O
}
}
Hello,
I found this repository while searching for methods to extract metadata from my graph stored in GraphDB (currently on my local PC), and it seems very helpful for my use case.
I attempted to run the following bash commands as described in the repository:
This resulted in the following output file:
Since the repository is populated with many triples, I expected to see a different output instead of void:triples "0".
What am I doing wrong here? Any help or advice would be greatly appreciated.