Skip to content

Commit ddae00e

Browse files
committed
Minor update to README on rdf shell script.
1 parent 64876cf commit ddae00e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ operations on RDF files using available readers and writers.
8484
* `serialize`: Parse an RDF input and re-serializing to [N-Triples][] or another available format using `--output-format` option.
8585
* `subjects`: Returns unique subjects from parsed input.
8686

87-
The `serialize` command can also be used to serialize as a vocabulary
87+
The `serialize` command can also be used to serialize as a vocabulary.
88+
89+
Different RDF gems will augment the `rdf` script with more capabilities, which may require specifying the appropriate `--input-format` option to revel.
90+
8891
## Examples
8992

9093
require 'rdf'

0 commit comments

Comments
 (0)