# HG changeset patch # User stevenh # Date 1377967211 -3600 # Node ID c5bd526bd526846b483db123633962f55d592ef8 # Parent 74726fc57c0363f4531140ea1975078b6eea44fc new diff -r 74726fc57c03 -r c5bd526bd526 src/org/qmul/eecs/c4dm/sparql/utilities/DatasetInfo.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/org/qmul/eecs/c4dm/sparql/utilities/DatasetInfo.java Sat Aug 31 17:40:11 2013 +0100 @@ -0,0 +1,11 @@ +package org.qmul.eecs.c4dm.sparql.utilities; + +public class DatasetInfo { + + // The location of the TDB database + public static final String assemblerFile = "src/assemblers/tdb-assembler.ttl"; + + // The name of the graph used in the dataset + public static final String graph = "http://localhost:3030/siaGraph"; + +}