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
* Until rest-client-components is updated, limit rest-client to < 1.8
* Exclude anything including the CSVW namespace context from matching in `Format.detect` so that JSON-LD doesn't greedily process something that CSVW should.
* Use the jsonlint gem (if installed) to check for validation errors. Reader always turns JsonLdError exceptions into RDF::ReaderError.
* Make API consistently return either result of yield, or the result. This allows a better flow when blocks are used and the results come from the evaluated block.
* Update flatten and frame algorithms based on pyLd implementation.
* Remove deprecated `#write_graph` method.
JSON::LD parses and serializes [JSON-LD][] into [RDF][] and implements expansion, compaction and framing API interfaces.
11
12
12
13
JSON::LD can now be used to create a _context_ from an RDFS/OWL definition, and optionally include a JSON-LD representation of the ontology itself. This is currently accessed through the `script/gen_context` script.
13
14
15
+
If the [jsonlint][] gem is installed, it will be used when validating an input document.
16
+
14
17
Install with `gem install json-ld`
15
18
16
19
### JSON-LD Streaming Profile
@@ -301,3 +304,4 @@ see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.
301
304
[JSON-LD API]: http://www.w3.org/TR/json-ld-api/"JSON-LD 1.0 Processing Algorithms and API"
0 commit comments