How can I use Fuseki as a database, and use JAVA API to update?
See original GitHub issueHi,
Can Fuseki be used with Jena - Model ? Similar to Virtuoso - VirtGraph :
VirtGraph graph = new VirtGraph("xxx/sparql", "jdbc:virtuoso://xxx:1111", "dba", "xxx");
VirtModel model = new VirtModel(graph);
model.add(...);
Not by writing SPARQL - INSERT/DELETE :
INSERT DATA {
<xxx> <xxx> <xxx> .
<xxx> <xxx> <xxx> .
}
I find it more convenient than SPARQL, such as Model.createTypedLiteral, without requiring me to specify a specific type . I know Jena & TDB & Fuseki . I read Apache Jena Fuseki , but I didn’t find the API I wanted .
Best Regards
Issue Analytics
- State:
- Created a year ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Apache Jena Fuseki
Apache Jena Fuseki is a SPARQL server. It can run as an operating system service, as a Java web application (WAR file), and...
Read more >How to: Apache Jena Fuseki — 3.x.x | by Rricha Jalota | Medium
./fuseki-server --update — mem /ds : This command creates a non-persistent in-memory empty dataset i.e the data gets flushed when the service is ......
Read more >How I can use Fuseki with Jena TDB - Stack Overflow
This command launches Fuseki against the TDB database located in /path/to/database with the dataset path of /ds . Therefore you can point your...
Read more >Apache Jena Fuseki setup and configuration - KNOX
This config file is responsible for setting up the API for layer 4. The endpoint for layer 2 to write RDF triples to...
Read more >7 Jena Adapter for Oracle Database
The maximum length for the name of a semantic model created using the Jena Adapter API is 22 characters. 7.5 Optimized Handling of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Shall we turn this into a GitHub “discussion” because it is not an actionable issue?
Maybe only members of
apache
org can see this option.