Revision: 7823
http://bigdata.svn.sourceforge.net/bigdata/?rev=7823&view=rev
Author: thompsonbry
Date: 2014-01-23 11:54:05 +0000 (Thu, 23 Jan 2014)
Log Message:
-----------
javadoc.
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/bop/rdf/joinGraph/GenerateBarData.java
Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/bop/rdf/joinGraph/GenerateBarData.java
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/bop/rdf/joinGraph/GenerateBarData.java 2014-01-23 11:53:49 UTC (rev 7822)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/bop/rdf/joinGraph/GenerateBarData.java 2014-01-23 11:54:05 UTC (rev 7823)
@@ -43,9 +43,12 @@
import org.openrdf.rio.Rio;
import org.openrdf.sail.memory.model.MemValueFactory;
+import com.bigdata.rdf.sparql.ast.eval.rto.TestRTO_BAR;
+
/**
- * A data set generator. {@link TestJoinGraphOnBarData} uses data sets generated
- * by this class.
+ * A data set generator. {@link TestRTO_BAR} uses data sets generated by this
+ * class. Each order is in its own named graph. So each a record for each
+ * employee.
*
* @author <a href="mailto:mr...@us...">Matt Roy</a>
* @version $Id$
@@ -61,17 +64,6 @@
return 0;
}
- /*
- *
- * SELECT * WHERE {
- ?a <http://test/bar#beverageType> ?d.
- ?value <http://test/bar#orderItems> ?a.
- ?value <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://test/bar#order> .
- ?value <http://test/bar#employee> ?b.
- ?b <http://test/bar#employeeNum> ?f.
- ?a <http://test/bar#beverageType> """Beer"""^^<http://www.w3.org/2001/XMLSchema#string>.
- }
- */
/**
* @param args
* @throws RDFHandlerException
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|