Skip to content

Commit

Permalink
Update RDF-STaX to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Jul 3, 2024
1 parent 9eaa25e commit 27e294b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions rdf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 27e294b

Please sign in to comment.