From 9b1139fe7045a0630e87501235af21803860b80c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 1 Dec 2023 21:59:18 -0500 Subject: [WIP] Add support for reading and writing variables [WIP] Command line option, move later? This adds a reader flag and serdi option for extending a syntax with support for SPARQL-like variables, for storing things like patterns or simple queries. --- doc/man/serd-pipe.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/man/serd-pipe.1') diff --git a/doc/man/serd-pipe.1 b/doc/man/serd-pipe.1 index 9b700068..f5908c1d 100644 --- a/doc/man/serd-pipe.1 +++ b/doc/man/serd-pipe.1 @@ -8,7 +8,7 @@ .Nd read and write RDF data .Sh SYNOPSIS .Nm serd-pipe -.Op Fl afhlqtv +.Op Fl afhlqtvx .Op Fl B Ar base .Op Fl b Ar bytes .Op Fl c Ar prefix @@ -158,6 +158,12 @@ as input. Write terser output without newlines. .It Fl v Display version information and exit. +.It Fl x +Support parsing variable nodes. +Variables can be written in SPARQL style, for example +.Dq ?var +or +.Dq $var . .El .Sh EXIT STATUS .Nm -- cgit v1.2.1