You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,10 @@ operations on RDF files using available readers and writers.
84
84
*`serialize`: Parse an RDF input and re-serializing to [N-Triples][] or another available format using `--output-format` option.
85
85
*`subjects`: Returns unique subjects from parsed input.
86
86
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.
0 commit comments