Mercurial > hg > semantic-sia
view 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 |
line wrap: on
line source
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"; }