question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How can I use Fuseki as a database, and use JAVA API to update?

See original GitHub issue

Hi,

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:closed
  • Created a year ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
afscommented, Mar 31, 2022

Shall we turn this into a GitHub “discussion” because it is not an actionable issue?

1reaction
kinowcommented, Apr 1, 2022

Maybe only members of apache org can see this option.

image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found