Mercurial > hg > semantic-sia
changeset 92:c5bd526bd526
new
author | stevenh |
---|---|
date | Sat, 31 Aug 2013 17:40:11 +0100 |
parents | 74726fc57c03 |
children | 499327c1180e |
files | src/org/qmul/eecs/c4dm/sparql/utilities/DatasetInfo.java |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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"; + +}