This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e7c7dd  Make the output column name consistent with query.
     new 472b4a3  Merge pull request #34 from shk3/patch-1
0e7c7dd is described below

commit 0e7c7ddaf2423376406b3a4562dd9b644a3d51e0
Author: George H. Sun <[email protected]>
AuthorDate: Mon Jan 11 00:19:16 2021 -0800

    Make the output column name consistent with query.
---
 source/tutorials/sparql_basic_patterns.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/tutorials/sparql_basic_patterns.md 
b/source/tutorials/sparql_basic_patterns.md
index c5fd34a..83d0ac3 100644
--- a/source/tutorials/sparql_basic_patterns.md
+++ b/source/tutorials/sparql_basic_patterns.md
@@ -24,7 +24,7 @@ This has 4 solutions, one for each VCARD name property 
triples in
 the data source
 
     ----------------------------------------------------
-    | x                                | name          |
+    | x                                | fname         |
     ====================================================
     | <http://somewhere/RebeccaSmith/> | "Becky Smith" |
     | <http://somewhere/SarahJones/>   | "Sarah Jones" |

Reply via email to