Strabon

changeset 1407:12150a74ca6a

reverting back to dbpedia.org/sparql for testing endpoint-client on virtuoso
author Babis Nikolaou <charnik@di.uoa.gr>
date Sun Sep 21 14:40:45 2014 +0300 (2014-09-21)
parents 53c61cf49ed2
children 7273dbf377f7
files endpoint-client/src/test/java/eu/earthobservatory/org/StrabonEndpoint/client/TestSPARQLEndpointWithVirtuoso.java
line diff
     1.1 --- a/endpoint-client/src/test/java/eu/earthobservatory/org/StrabonEndpoint/client/TestSPARQLEndpointWithVirtuoso.java	Sun Sep 21 14:36:42 2014 +0300
     1.2 +++ b/endpoint-client/src/test/java/eu/earthobservatory/org/StrabonEndpoint/client/TestSPARQLEndpointWithVirtuoso.java	Sun Sep 21 14:40:45 2014 +0300
     1.3 @@ -34,8 +34,8 @@
     1.4  	@Before
     1.5  	public void init() {
     1.6  		// initialize endpoint
     1.7 -		//endpoint = new SPARQLEndpoint("dbpedia.org", 80, "sparql");
     1.8 -		endpoint = new SPARQLEndpoint("lod.openlinksw.com", 80, "sparql");
     1.9 +		endpoint = new SPARQLEndpoint("dbpedia.org", 80, "sparql");
    1.10 +		//endpoint = new SPARQLEndpoint("lod.openlinksw.com", 80, "sparql");
    1.11  		
    1.12  		// set query
    1.13  		query = "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> \n" +