This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch jena2084-thrift in repository https://gitbox.apache.org/repos/asf/jena-site.git
commit 055b5db52b95762c6aa50a1a595d060de1d8511d Author: Andy Seaborne <[email protected]> AuthorDate: Sun May 16 20:10:41 2021 +0100 JENA-2084: Align documentation of RDF Thrift --- source/documentation/io/rdf-binary.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/documentation/io/rdf-binary.md b/source/documentation/io/rdf-binary.md index ea86435..1ebdb0f 100644 --- a/source/documentation/io/rdf-binary.md +++ b/source/documentation/io/rdf-binary.md @@ -27,6 +27,10 @@ This pages gives the details of RDF Binary encoding in [Apache Thrift](http://th RDF Thrift uses the Thrift compact protocol. +[BinaryRDF.thrift](https://github.com/apache/jena/blob/main/jena-arq/Grammar/RDF-Thrift/BinaryRDF.thrift) + +### RDF terms + struct RDF_IRI { 1: required string iri } @@ -40,6 +44,7 @@ RDF Thrift uses the Thrift compact protocol. 1: required string lex 2: optional string datatype 3: optional string langtag + 4: optional RDF_PrefixName dtPrefix ; } struct RDF_Decimal { @@ -76,6 +81,8 @@ RDF Thrift uses the Thrift compact protocol. 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
