Author: ajs6f
Date: Thu Feb 28 01:30:04 2019
New Revision: 1854492
URL: http://svn.apache.org/viewvc?rev=1854492&view=rev
Log:
Typo
Modified:
jena/site/trunk/content/tutorials/sparql_datasets.mdtext
Modified: jena/site/trunk/content/tutorials/sparql_datasets.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/tutorials/sparql_datasets.mdtext?rev=1854492&r1=1854491&r2=1854492&view=diff
==============================================================================
--- jena/site/trunk/content/tutorials/sparql_datasets.mdtext (original)
+++ jena/site/trunk/content/tutorials/sparql_datasets.mdtext Thu Feb 28
01:30:04 2019
@@ -70,7 +70,7 @@ all one line):
--graph ds-dft.ttl --namedgraph ds-ng-1.ttl --namedgraph ds-ng-2.ttl
--query query file
-Datasets don't have to created just for the lifetime of the query.Â
+Datasets don't have to be created just for the lifetime of the query.Â
They can be created and stored in a database, as would be more
usual for an aggregator application.