From 27e294b2ed8eaa8e35b3a19ba4f615789f99d34f Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Wed, 3 Jul 2024 21:06:16 +0200 Subject: [PATCH] Update RDF-STaX to 1.1.2 --- rdf.proto | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rdf.proto b/rdf.proto index f6b3825..2b3f4a6 100644 --- a/rdf.proto +++ b/rdf.proto @@ -277,8 +277,12 @@ enum PhysicalStreamType { // type to determine the base type of the stream and use this information // to select the appropriate processing logic. // -// RDF-STaX version: 1.1.0 -// https://w3id.org/stax/1.1.0 +// RDF-STaX version: 1.1.2 +// https://w3id.org/stax/1.1.2 +// +// ^ The above URL is used to automatically determine the version of RDF-STaX +// in the Jelly protocol specification. Please keep it up-to-date and in the +// same format. enum LogicalStreamType { // Unspecified stream type – invalid LOGICAL_STREAM_TYPE_UNSPECIFIED = 0;