rdflib 2.3.0-7169a195 → 2.3.0-87c646ec
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/rdflib.min.js +1 -1
- package/dist/rdflib.min.js.map +1 -1
- package/esm/serializer.js +1 -1
- package/lib/serializer.js +1 -1
- package/package.json +2 -1
- package/src/serializer.js +1 -1
package/README.md
CHANGED
|
@@ -86,7 +86,7 @@ Common flags used internally (you can combine them, e.g. `'o k'`):
|
|
|
86
86
|
- `d e i n p r s t u x` – used for N-Triples/N-Quads to simplify output
|
|
87
87
|
- `dr` – used with JSON‑LD conversion (no default, no relative prefix)
|
|
88
88
|
- `o` – new: do not abbreviate to a prefixed name when the local part contains a dot. This keeps IRIs like
|
|
89
|
-
`http://
|
|
89
|
+
`http://example.org/ns/subject.example` in `<...>` form instead of `ns:subject.example`.
|
|
90
90
|
|
|
91
91
|
Notes:
|
|
92
92
|
|