简体   繁体   中英

How connect Jena Fuseki Server to Netbeans like MySQL

I would like to connect Jena Fuseki server to netbeans and start to query sparql codes using java program. I did imported the jena libraries but, I'm stock on how to connect and make some queries.

Run server as per documentation.

For query, use QueryExecutionFactory.sparqlService

For update, UpdateExecutionFactory.createRemote

See javadoc and http://jena.apache.org/ for details.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM