Virtuoso Sesame RDF Data Provider (Obsolete)

The Virtuoso Sesame RDF Data Provider enables Semantic Web applications written using the Sesame RDF Frameworks to query the Virtuoso RDF Quad store directly. The Provider has been tested against the Sesame 1.2.7 version currently available.

Required Files

The Virtuoso Sesame Provider is packaged as a JAR file which is attached:

The required Sesame and associated classes are also attached:

The sample program are attached:

Compiling Sesame Sample Programs

The sample Sesame applications can be compiled as follows:

Testing

Once the Provider classes and sample program have been successfully compiled as indicated in the previous section, the Provider can then be tested using the two sample providers included

  1. Run the VirtuosoExample1 as follows:

    java -classpath "xercesImpl.jar:log4j-1.2.12.jar:commons-logging-1.1.jar:concurrent.jar:icu4j_3_4.jar:junit.jar:json.jar:openrdf-model.jar:iri.jar:sesame.jar:rio.jar:openrdf-util.jar:virt_sesame.jar:." VirtuosoExample1

  1. Run the VirtuosoExample2 as follows:

    java -classpath "xercesImpl.jar:log4j-1.2.12.jar:commons-logging-1.1.jar:concurrent.jar:icu4j_3_4.jar:junit.jar:json.jar:openrdf-model.jar:iri.jar:sesame.jar:rio.jar:openrdf-util.jar:virt_sesame.jar:." VirtuosoExample2

    • This sample program reads and returns a count of the records in the included "data.nt" file.

CategoryRDF CategoryOpenSource CategoryVirtuoso CategoryVOS CategorySesame CategoryDocumentation CategoryObsolete