Class: JSON::LD::JSONLD

Inherits:
RDF::Format
  • Object
show all
Defined in:
lib/json/ld/format.rb

Overview

Alias for JSON-LD format

This allows the following:

Examples:

Obtaining an Notation3 format class

RDF::Format.for(:jsonld)         #=> JSON::LD::JSONLD
RDF::Format.for(:jsonld).reader  #=> JSON::LD::Reader
RDF::Format.for(:jsonld).writer  #=> JSON::LD::Writer