Mercurial > hg > semantic-sia
annotate src/org/qmul/eecs/c4dm/sparql/utilities/DatasetInfo.java @ 94:fedf516f6a78 tip
test file
author | stevenh |
---|---|
date | Mon, 29 Dec 2014 15:16:22 +0000 |
parents | c5bd526bd526 |
children |
rev | line source |
---|---|
stevenh@92 | 1 package org.qmul.eecs.c4dm.sparql.utilities; |
stevenh@92 | 2 |
stevenh@92 | 3 public class DatasetInfo { |
stevenh@92 | 4 |
stevenh@92 | 5 // The location of the TDB database |
stevenh@92 | 6 public static final String assemblerFile = "src/assemblers/tdb-assembler.ttl"; |
stevenh@92 | 7 |
stevenh@92 | 8 // The name of the graph used in the dataset |
stevenh@92 | 9 public static final String graph = "http://localhost:3030/siaGraph"; |
stevenh@92 | 10 |
stevenh@92 | 11 } |