Skip to content

mischat/sprotocol

Folders and files

NameName
Last commit message
Last commit date
Sep 5, 2012
Nov 23, 2011
Sep 5, 2012
Oct 18, 2011
Oct 4, 2011
Nov 18, 2011
Sep 16, 2011

Repository files navigation

"sprotocol" is an open-source Java SPARQL Client Library, it is released under the Apache License v2

Instructions: 

sprotocol is a stand along Java SPARQL client library. If you would like to use sprotocol in your application please build the sprotocol JAR file, and place it in your classpath. 

Building: 

ant

Running/Adding to classpath: 

java -cp sprotocol-XXX.jar uk.me.mmt.sprotocol.SparqlUpdateProtocolClientExample

or 

java -cp sprotocol-XXX.jar uk.me.mmt.sprotocol.SparqlQueryProtocolClientExample

Maven: 

The following command will step you a local maven repository for sprocol: 

mvn install:install-file -Dfile=..sprotocol.jar -DgroupId=mmt -DartifactId=sprotocol -Dversion=XXX -Dpackaging=jar