json-ld icon indicating copy to clipboard operation
json-ld copied to clipboard

Ruby JSON-LD reader/writer for RDF.rb

Results 2 json-ld issues
Sort by recently updated
recently updated
newest added

JSON::LD::Context#parse will only [look in the PRELOADED hash](https://github.com/ruby-rdf/json-ld/blob/develop/lib/json/ld/context.rb#L306) with a fully canonicalized URL including replacing https with http. This means that any preloads or aliases under non-canonicalized names won't work...

When using Annotation Objects in a JSON-LD-star document, and then using JSON-LD Framing, I am losing the @annotate node. Does JSON::LD::API.frame need to have the setting rdfstar: true ? ```...

bug