This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 716123d Updated site from master
(472b4a320a5d0eeec8d9127b72d81e406c34ac97)
716123d is described below
commit 716123d5f37423ac160f5a2c93aad4f0fcfbe41c
Author: jenkins <[email protected]>
AuthorDate: Mon Jan 11 21:10:03 2021 +0000
Updated site from master (472b4a320a5d0eeec8d9127b72d81e406c34ac97)
---
content/sitemap.xml | 4 ++--
content/tutorials/sparql_basic_patterns.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 72bd683..40e536e 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -829,7 +829,7 @@
<url>
<loc>https://jena.apache.org/tutorials/sparql_basic_patterns.html</loc>
- <lastmod>2020-02-28T13:09:12+01:00</lastmod>
+ <lastmod>2021-01-11T00:19:16-08:00</lastmod>
</url>
<url>
@@ -1059,7 +1059,7 @@
<url>
<loc>https://jena.apache.org/tutorials.html</loc>
- <lastmod>2020-08-10T09:08:56-04:00</lastmod>
+ <lastmod>2021-01-11T00:19:16-08:00</lastmod>
</url>
<url>
diff --git a/content/tutorials/sparql_basic_patterns.html
b/content/tutorials/sparql_basic_patterns.html
index 78799ff..75589f8 100644
--- a/content/tutorials/sparql_basic_patterns.html
+++ b/content/tutorials/sparql_basic_patterns.html
@@ -184,7 +184,7 @@ WHERE {?x <http://www.w3.org/2001/vcard-rdf/3.0#FN>
?fname}
<p>This has 4 solutions, one for each VCARD name property triples in
the data source</p>
<pre><code>----------------------------------------------------
-| x | name |
+| x | fname |
====================================================
| <http://somewhere/RebeccaSmith/> | "Becky Smith" |
| <http://somewhere/SarahJones/> | "Sarah Jones" |