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
* Eliminate PG mode, `rdfstar` is not boolean valued.
* Change CLI from `--rdf-star` to `--rdfstar`.
* Update RDF* spec reference.
This follows the CG direction to not have modal operation, as annotations (in other serialization formats) more directly handle the PG use case.
Copy file name to clipboardExpand all lines: README.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,17 +246,10 @@ By default, the N-Triples reader will reject a document containing a subject res
246
246
end
247
247
# => RDF::ReaderError
248
248
249
-
Readers support a `rdfstar` option with either `:PG` (Property Graph) or `:SA` (Separate Assertions) modes. In `:PG` mode, statements that are used in the subject or object positions are also implicitly added to the graph:
249
+
Readers support a boolean valued `rdfstar` option.
0 commit comments