Coder Social home page Coder Social logo

virt-jena's Introduction

Virtuoso Jena Provider

The Virtuoso Jena RDF Data Provider is a fully operational Native Graph Model Storage Provider for the Jena Framework, which enables Semantic Web applications written using the Jena RDF Frameworks to directly query the Virtuoso RDF Quad Store. More information and source of project can be found in

http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtJenaProvider

However, current release (2.6.2) of the Virtuoso Jena Provider is designed to work with Virtuoso JDBC 3 Driver and Jena versions above 2.5.5 Current release supports neither Virtuoso JDBC 4 Driver nor Jena version 2.6.4 above, where Jena Framework became a top level Apache Project. This project includes modifications on Virtuoso Jena Provider 2.6.2 so that, it can work with Virtuoso JDBC 4 Driver and current latest Jena release 2.10.0

Installation

===========

Apache Maven is required to build the virt-jena. Please visit http://maven.apache.org/ in order to install Maven on your system.

Under the root directory of the semanticMDR project run the following:

$ virt-jena> mvn install

In order to make a clean install run the following:

$ virt-jena> mvn clean install

Usage

===========

After building the project, virt-jena-2.6.2-srdc.jar is found under target directory. To use the Virtuoso Jena provider, archive file can be directly added as dependency, or can be specified as maven dependecny by adding following to pom.xml.

<dependency>
	<groupId>tr.com.srdc</groupId>
	<artifactId>virt-jena</artifactId>
	<version>2.6.2-srdc</version>
</dependency>

since above mentioned installation process deploys Virtuoso Jena Provider to local maven repository.

virt-jena's People

Contributors

seralf avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.