eu.monnetproject.lemon
Class SPARQLLemonRepository

java.lang.Object
  extended by eu.monnetproject.lemon.SPARQLLemonRepository
All Implemented Interfaces:
LemonRepository

public class SPARQLLemonRepository
extends Object
implements LemonRepository

A repository over SPARQL and SPARQL update

Author:
John McCrae

Constructor Summary
SPARQLLemonRepository(String queryEndpoint, String updateEndpoint, String updateQueryParam)
           
SPARQLLemonRepository(String queryEndpoint, String updateEndpoint, String updateQueryParam, SPARQL dialect)
           
SPARQLLemonRepository(String queryEndpoint, String updateEndpoint, String updateQueryParam, String username, String password)
           
SPARQLLemonRepository(String queryEndpoint, String updateEndpoint, String updateQueryParam, String username, String password, SPARQL dialect)
           
 
Method Summary
 LemonSerializer connect(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPARQLLemonRepository

public SPARQLLemonRepository(String queryEndpoint,
                             String updateEndpoint,
                             String updateQueryParam)

SPARQLLemonRepository

public SPARQLLemonRepository(String queryEndpoint,
                             String updateEndpoint,
                             String updateQueryParam,
                             String username,
                             String password)

SPARQLLemonRepository

public SPARQLLemonRepository(String queryEndpoint,
                             String updateEndpoint,
                             String updateQueryParam,
                             SPARQL dialect)

SPARQLLemonRepository

public SPARQLLemonRepository(String queryEndpoint,
                             String updateEndpoint,
                             String updateQueryParam,
                             String username,
                             String password,
                             SPARQL dialect)
Method Detail

connect

public LemonSerializer connect(URI uri)
Specified by:
connect in interface LemonRepository


Copyright © 2012. All Rights Reserved.