Skip to content

Commit

Permalink
Add rdf_star stream option
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Sep 16, 2023
1 parent 6cc9d30 commit 824931d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rdf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ message RdfStreamOptions {
bool generalized_statements = 3;
// Whether RdfRepeat will be used
bool use_repeat = 4;
// Whether the stream may contain RDF-star statements
bool rdf_star = 5;
// Prefix tables
uint32 max_name_table_size = 9;
uint32 max_prefix_table_size = 10;
Expand Down

0 comments on commit 824931d

Please sign in to comment.