You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by gi...@apache.org on 2021/05/17 08:07:15 UTC

[jena-site] branch asf-site updated: Updated site from main (a55cdec7f7dc8d3590aaab2bc7ee041a9d65e2fb)

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 f91506a  Updated site from main (a55cdec7f7dc8d3590aaab2bc7ee041a9d65e2fb)
f91506a is described below

commit f91506a6ca02afd914ef024dcfa9126ee952fcdd
Author: jenkins <bu...@apache.org>
AuthorDate: Mon May 17 08:07:10 2021 +0000

    Updated site from main (a55cdec7f7dc8d3590aaab2bc7ee041a9d65e2fb)
---
 content/documentation/io/rdf-binary.html | 5 +++++
 content/sitemap.xml                      | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/content/documentation/io/rdf-binary.html b/content/documentation/io/rdf-binary.html
index 6e7f4fb..916ad16 100644
--- a/content/documentation/io/rdf-binary.html
+++ b/content/documentation/io/rdf-binary.html
@@ -192,6 +192,8 @@ wide-used binary encoding layer with a large number of language bindings.</p>
 <p>This pages gives the details of RDF Binary encoding in <a href="http://thrift.apache.org/">Apache Thrift</a>.</p>
 <h2 id="encoding-terms">Thrift encoding of RDF Terms</h2>
 <p>RDF Thrift uses the Thrift compact protocol.</p>
+<p>Source: <a href="https://github.com/apache/jena/blob/main/jena-arq/Grammar/RDF-Thrift/BinaryRDF.thrift">BinaryRDF.thrift</a></p>
+<h3 id="rdf-terms">RDF terms</h3>
 <pre><code>struct RDF_IRI {
 1: required string iri
 }
@@ -205,6 +207,7 @@ struct RDF_Literal {
 1: required string lex
 2: optional string datatype
 3: optional string langtag
+4: optional RDF_PrefixName dtPrefix ;
 }
 
 struct RDF_Decimal {
@@ -241,6 +244,8 @@ union RDF_Term {
 6: RDF_ANY          any
 7: RDF_UNDEF        undefined
 8: RDF_REPEAT       repeat
+9: RDF_Triple       tripleTerm  # RDF-star
+
 # Value forms of literals.
 10: i64             valInteger
 11: double          valDouble
diff --git a/content/sitemap.xml b/content/sitemap.xml
index d0fdd91..56321fa 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -314,7 +314,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2021-05-08T10:08:50+01:00</lastmod>
+    <lastmod>2021-05-17T09:06:01+01:00</lastmod>
   </url>
   
   <url>
@@ -654,7 +654,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/io/rdf-binary.html</loc>
-    <lastmod>2020-02-28T13:09:12+01:00</lastmod>
+    <lastmod>2021-05-17T09:06:01+01:00</lastmod>
   </url>
   
   <url>