SYMBOL INDEX (417 symbols across 38 files) FILE: example-files/bench.rb function run (line 7) | def run(options) function usage (line 42) | def usage FILE: example-files/bug_framing/bug_framing.rb function load_file (line 4) | def load_file(file) FILE: example-files/schema-context.rb class JSON::LD::Context (line 5) | class JSON::LD::Context FILE: lib/json/ld.rb type JSON (line 8) | module JSON type LD (line 26) | module LD class JsonLdError (line 118) | class JsonLdError < StandardError method to_s (line 119) | def to_s method code (line 123) | def code class CollidingKeywords (line 127) | class CollidingKeywords < JsonLdError; @code = 'colliding keywords... class ConflictingIndexes (line 128) | class ConflictingIndexes < JsonLdError; @code = 'conflicting index... class CyclicIRIMapping (line 129) | class CyclicIRIMapping < JsonLdError; @code = 'cyclic IRI mapping'... class InvalidAnnotation (line 130) | class InvalidAnnotation < JsonLdError; @code = 'invalid annotation... class InvalidBaseIRI (line 131) | class InvalidBaseIRI < JsonLdError; @code = 'invalid base IRI'; end class InvalidContainerMapping (line 132) | class InvalidContainerMapping < JsonLdError; @code = 'invalid cont... class InvalidContextEntry (line 133) | class InvalidContextEntry < JsonLdError; @code = 'invalid context ... class InvalidContextNullification (line 134) | class InvalidContextNullification < JsonLdError; @code = 'invalid ... class InvalidDefaultLanguage (line 135) | class InvalidDefaultLanguage < JsonLdError; @code = 'invalid defau... class InvalidIdValue (line 136) | class InvalidIdValue < JsonLdError; @code = 'invalid @id value'; end class InvalidIndexValue (line 137) | class InvalidIndexValue < JsonLdError; @code = 'invalid @index val... class InvalidVersionValue (line 138) | class InvalidVersionValue < JsonLdError; @code = 'invalid @version... class InvalidImportValue (line 139) | class InvalidImportValue < JsonLdError; @code = 'invalid @import v... class InvalidIncludedValue (line 140) | class InvalidIncludedValue < JsonLdError; @code = 'invalid @includ... class InvalidIRIMapping (line 141) | class InvalidIRIMapping < JsonLdError; @code = 'invalid IRI mappin... class InvalidJsonLiteral (line 142) | class InvalidJsonLiteral < JsonLdError; @code = 'invalid JSON lite... class InvalidKeywordAlias (line 143) | class InvalidKeywordAlias < JsonLdError; @code = 'invalid keyword ... class InvalidLanguageMapping (line 144) | class InvalidLanguageMapping < JsonLdError; @code = 'invalid langu... class InvalidLanguageMapValue (line 145) | class InvalidLanguageMapValue < JsonLdError; @code = 'invalid lang... class InvalidLanguageTaggedString (line 146) | class InvalidLanguageTaggedString < JsonLdError; @code = 'invalid ... class InvalidLanguageTaggedValue (line 147) | class InvalidLanguageTaggedValue < JsonLdError; @code = 'invalid l... class InvalidLocalContext (line 148) | class InvalidLocalContext < JsonLdError; @code = 'invalid local co... class InvalidNestValue (line 149) | class InvalidNestValue < JsonLdError; @code = 'invalid @nest value... class InvalidPrefixValue (line 150) | class InvalidPrefixValue < JsonLdError; @code = 'invalid @prefix v... class InvalidPropagateValue (line 151) | class InvalidPropagateValue < JsonLdError; @code = 'invalid @propa... class InvalidEmbeddedNode (line 152) | class InvalidEmbeddedNode < JsonLdError; @code = 'invalid embedded... class InvalidRemoteContext (line 153) | class InvalidRemoteContext < JsonLdError; @code = 'invalid remote ... class InvalidReverseProperty (line 154) | class InvalidReverseProperty < JsonLdError; @code = 'invalid rever... class InvalidReversePropertyMap (line 155) | class InvalidReversePropertyMap < JsonLdError; @code = 'invalid re... class InvalidReversePropertyValue (line 156) | class InvalidReversePropertyValue < JsonLdError; @code = 'invalid ... class InvalidReverseValue (line 157) | class InvalidReverseValue < JsonLdError; @code = 'invalid @reverse... class InvalidScopedContext (line 158) | class InvalidScopedContext < JsonLdError; @code = 'invalid scoped ... class InvalidScriptElement (line 159) | class InvalidScriptElement < JsonLdError; @code = 'invalid script ... class InvalidSetOrListObject (line 160) | class InvalidSetOrListObject < JsonLdError; @code = 'invalid set o... class InvalidStreamingKeyOrder (line 161) | class InvalidStreamingKeyOrder < JsonLdError; @code = 'invalid str... class InvalidTermDefinition (line 162) | class InvalidTermDefinition < JsonLdError; @code = 'invalid term d... class InvalidBaseDirection (line 163) | class InvalidBaseDirection < JsonLdError; @code = 'invalid base di... class InvalidTypedValue (line 164) | class InvalidTypedValue < JsonLdError; @code = 'invalid typed valu... class InvalidTypeMapping (line 165) | class InvalidTypeMapping < JsonLdError; @code = 'invalid type mapp... class InvalidTypeValue (line 166) | class InvalidTypeValue < JsonLdError; @code = 'invalid type value'... class InvalidValueObject (line 167) | class InvalidValueObject < JsonLdError; @code = 'invalid value obj... class InvalidValueObjectValue (line 168) | class InvalidValueObjectValue < JsonLdError; @code = 'invalid valu... class InvalidVocabMapping (line 169) | class InvalidVocabMapping < JsonLdError; @code = 'invalid vocab ma... class IRIConfusedWithPrefix (line 170) | class IRIConfusedWithPrefix < JsonLdError; @code = 'IRI confused w... class KeywordRedefinition (line 171) | class KeywordRedefinition < JsonLdError; @code = 'keyword redefini... class LoadingDocumentFailed (line 172) | class LoadingDocumentFailed < JsonLdError; @code = 'loading docume... class LoadingRemoteContextFailed (line 173) | class LoadingRemoteContextFailed < JsonLdError; @code = 'loading r... class ContextOverflow (line 174) | class ContextOverflow < JsonLdError; @code = 'context overflow'; end class MissingIncludedReferent (line 175) | class MissingIncludedReferent < JsonLdError; @code = 'missing @inc... class MultipleContextLinkHeaders (line 176) | class MultipleContextLinkHeaders < JsonLdError; @code = 'multiple ... class ProtectedTermRedefinition (line 177) | class ProtectedTermRedefinition < JsonLdError; @code = 'protected ... class ProcessingModeConflict (line 178) | class ProcessingModeConflict < JsonLdError; @code = 'processing mo... class InvalidFrame (line 179) | class InvalidFrame < JsonLdError; @code = 'invalid frame'; end class InvalidEmbedValue (line 180) | class InvalidEmbedValue < InvalidFrame; @code = 'invalid @embed va... FILE: lib/json/ld/api.rb type JSON (line 19) | module JSON type LD (line 20) | module LD class API (line 30) | class API method initialize (line 109) | def initialize(input, context, **options, &block) method expand (line 183) | def self.expand(input, framing: false, serializer: nil, **options,... method compact (line 235) | def self.compact(input, context, expanded: false, serializer: nil,... method flatten (line 290) | def self.flatten(input, context, expanded: false, serializer: nil,... method frame (line 382) | def self.frame(input, frame, expanded: false, serializer: nil, **o... method toRdf (line 526) | def self.toRdf(input, expanded: false, **options) method fromRdf (line 585) | def self.fromRdf(input, useRdfType: false, useNativeTypes: false, ... method loadRemoteDocument (line 625) | def self.loadRemoteDocument(url, method documentLoader (line 734) | def self.documentLoader(url, extractAllScripts: false, profile: ni... method add_script_loader (line 780) | def self.add_script_loader(type, loader) method load_html (line 794) | def self.load_html(input, url:, method serializer (line 900) | def self.serializer(object, *_args, **options) method validate_input (line 908) | def self.validate_input(input, url:) class RemoteDocument (line 922) | class RemoteDocument method initialize (line 953) | def initialize(document, documentUrl: nil, contentType: nil, con... FILE: lib/json/ld/compact.rb type JSON (line 3) | module JSON type LD (line 4) | module LD type Compact (line 5) | module Compact function compact (line 21) | def compact(element, FILE: lib/json/ld/conneg.rb type JSON (line 8) | module JSON type LD (line 9) | module LD class ContentNegotiation (line 25) | class ContentNegotiation method registered (line 37) | def self.registered(app) method initialize (line 42) | def initialize(app) method call (line 53) | def call(env) method serialize (line 73) | def serialize(env, status, headers, body) method parse_accept_header (line 145) | def parse_accept_header(header) method accept_entry (line 155) | def accept_entry(entry) method find_content_type_for_media_range (line 169) | def find_content_type_for_media_range(media_range) method not_acceptable (line 188) | def not_acceptable(message = nil) method http_error (line 199) | def http_error(code, message = nil, headers = {}) FILE: lib/json/ld/context.rb type JSON (line 8) | module JSON type LD (line 9) | module LD class Context (line 10) | class Context method add_preloaded (line 34) | def add_preloaded(url, context = nil, &block) method alias_preloaded (line 42) | def alias_preloaded(a, url) method parse (line 117) | def self.parse(local_context, method cache (line 138) | def self.cache method inverse_cache (line 147) | def self.inverse_cache method new (line 154) | def self.new(**options) method initialize (line 192) | def initialize(**options) method parse (line 243) | def parse(local_context, method merge (line 459) | def merge(context, override_protected: false) method create_term_definition (line 512) | def create_term_definition(local_context, term, defined, method empty? (line 861) | def empty? method base= (line 866) | def base=(value, **_options) method default_language= (line 883) | def default_language=(value, **options) method default_direction= (line 899) | def default_direction=(value, **_options) method processingMode (line 921) | def processingMode(expected = nil) method processingMode= (line 945) | def processingMode=(value = nil, **_options) method vocab= (line 961) | def vocab=(value, **_options) method propagate= (line 986) | def propagate=(value, **_options) method serialize (line 1010) | def serialize(provided_context: nil, **_options) method from_vocabulary (line 1062) | def from_vocabulary(graph) method set_mapping (line 1130) | def set_mapping(term, value) method find_definition (line 1149) | def find_definition(term) method container (line 1158) | def container(term) method coerce (line 1170) | def coerce(term) method as_array? (line 1184) | def as_array?(term) method content (line 1196) | def content(term) method nest (line 1208) | def nest(term) method language (line 1229) | def language(term) method direction (line 1243) | def direction(term) method reverse? (line 1257) | def reverse?(term) method reverse_term (line 1267) | def reverse_term(term) method expand_iri (line 1301) | def expand_iri(value, method compact_iri (line 1412) | def compact_iri(iri, base: nil, reverse: false, value: nil, vocab:... method expand_value (line 1612) | def expand_value(property, value, useNativeTypes: false, rdfDirect... method compact_value (line 1662) | def compact_value(property, value, base: nil) method to_rb (line 1727) | def to_rb(*aliases) method inspect (line 1750) | def inspect method dup (line 1763) | def dup method term_valid? (line 1789) | def term_valid?(term) method alias (line 1802) | def alias(value) method load_context (line 1816) | def load_context(io, **options) method uri (line 1826) | def uri(value) method bnode (line 1843) | def bnode(value = nil) method inverse_context (line 1878) | def inverse_context method select_term (line 1948) | def select_term(iri, containers, type_language, preferred_values) method remove_base (line 1980) | def remove_base(base, iri) method mappings (line 2005) | def mappings method mapping (line 2019) | def mapping(term) method languages (line 2028) | def languages method check_container (line 2038) | def check_container(container, _local_context, _defined, term) class TermDefinition (line 2103) | class TermDefinition method simple? (line 2152) | def simple? method prefix? (line 2158) | def prefix? method initialize (line 2178) | def initialize(term, method protected? (line 2208) | def protected? method match_iri? (line 2216) | def match_iri?(iri) method match_compact_iri? (line 2224) | def match_compact_iri?(iri) method container_mapping= (line 2229) | def container_mapping=(mapping) method to_context_definition (line 2251) | def to_context_definition(context) method to_rb (line 2293) | def to_rb method as_set? (line 2311) | def as_set? method == (line 2317) | def ==(other) method inspect (line 2333) | def inspect method prefix_colon (line 2354) | def prefix_colon FILE: lib/json/ld/expand.rb type JSON (line 5) | module JSON type LD (line 6) | module LD type Expand (line 9) | module Expand function expand (line 31) | def expand(input, active_property, context, function expand_object (line 246) | def expand_object(input, active_property, context, output_object, FILE: lib/json/ld/extensions.rb type RDF (line 3) | module RDF class Node (line 4) | class Node method + (line 6) | def +(other) method valid_extended? (line 30) | def valid_extended? class Statement (line 11) | class Statement method valid_extended? (line 13) | def valid_extended? class URI (line 21) | class URI method valid_extended? (line 23) | def valid_extended? class Node (line 28) | class Node method + (line 6) | def +(other) method valid_extended? (line 30) | def valid_extended? class Literal (line 35) | class Literal method valid_extended? (line 37) | def valid_extended? class Array (line 46) | class Array method opt_sort (line 51) | def opt_sort(ordered: false) FILE: lib/json/ld/flatten.rb type JSON (line 5) | module JSON type LD (line 6) | module LD type Flatten (line 7) | module Flatten function create_node_map (line 30) | def create_node_map(element, graph_map, function create_annotations (line 216) | def create_annotations(node_map) function rename_bnodes (line 253) | def rename_bnodes(node) function merge_node_map_graphs (line 274) | def merge_node_map_graphs(graph_map) FILE: lib/json/ld/format.rb type JSON (line 3) | module JSON type LD (line 4) | module LD class Format (line 24) | class Format < RDF::Format method detect (line 43) | def self.detect(sample) method cli_exec (line 83) | def self.cli_exec(command, files, output: $stdin, **options) method cli_commands (line 124) | def self.cli_commands method to_sym (line 212) | def self.to_sym method name (line 218) | def self.name FILE: lib/json/ld/frame.rb type JSON (line 5) | module JSON type LD (line 6) | module LD type Frame (line 7) | module Frame function frame (line 26) | def frame(state, subjects, frame, parent: nil, property: nil, orde... function count_blank_node_identifiers (line 220) | def count_blank_node_identifiers(input) function count_blank_node_identifiers_internal (line 226) | def count_blank_node_identifiers_internal(input, results) function prune_bnodes (line 248) | def prune_bnodes(input, bnodes_to_clear) function cleanup_preserve (line 273) | def cleanup_preserve(input) function cleanup_null (line 296) | def cleanup_null(input) function filter_subjects (line 326) | def filter_subjects(state, subjects, frame, flags) function filter_subject (line 346) | def filter_subject(subject, frame, state, flags) function validate_frame (line 459) | def validate_frame(frame) function creates_circular_reference (line 486) | def creates_circular_reference(subject_to_embed, graph, subject_st... function get_frame_flag (line 500) | def get_frame_flag(frame, options, name) function remove_embed (line 521) | def remove_embed(state, id) function add_frame_output (line 570) | def add_frame_output(parent, property, output) function create_implicit_frame (line 583) | def create_implicit_frame(flags) function node_match? (line 592) | def node_match?(pattern, value, state, flags) function value_match? (line 605) | def value_match?(pattern, value) FILE: lib/json/ld/from_rdf.rb type JSON (line 5) | module JSON type LD (line 6) | module LD type FromRDF (line 7) | module FromRDF function from_statements (line 22) | def from_statements(dataset, useRdfType: false, useNativeTypes: fa... function resource_representation (line 194) | def resource_representation(resource, useNativeTypes, extendedRepr... FILE: lib/json/ld/html/nokogiri.rb type JSON (line 3) | module JSON type LD (line 4) | module LD class API (line 5) | class API type Nokogiri (line 10) | module Nokogiri function library (line 15) | def self.library class NodeProxy (line 20) | class NodeProxy method initialize (line 23) | def initialize(node, parent = nil) method base (line 32) | def base method display_path (line 36) | def display_path method text_content? (line 53) | def text_content? method children (line 61) | def children method ancestors (line 66) | def ancestors method attribute_nodes (line 79) | def attribute_nodes method xpath (line 83) | def xpath(*args) method method_missing (line 95) | def method_missing(method, *args) class NodeSetProxy (line 102) | class NodeSetProxy method initialize (line 105) | def initialize(node_set, parent) method each (line 115) | def each method method_missing (line 123) | def method_missing(method, *args) function initialize_html_nokogiri (line 133) | def initialize_html_nokogiri(input, _options = {}) FILE: lib/json/ld/html/rexml.rb type JSON (line 5) | module JSON type LD (line 6) | module LD class API (line 7) | class API type REXML (line 12) | module REXML function library (line 17) | def self.library class NodeProxy (line 22) | class NodeProxy method initialize (line 25) | def initialize(node, parent = nil) method base (line 34) | def base method display_path (line 38) | def display_path method text_content? (line 55) | def text_content? method children (line 63) | def children method ancestors (line 68) | def ancestors method inner_text (line 77) | def inner_text method inner_html (line 89) | def inner_html method attribute_nodes (line 93) | def attribute_nodes method text? (line 104) | def text? method element? (line 108) | def element? method blank? (line 112) | def blank? method to_s (line 116) | def to_s method xpath (line 120) | def xpath(*args) method at_xpath (line 126) | def at_xpath(*args) method method_missing (line 132) | def method_missing(method, *args) class NodeSetProxy (line 139) | class NodeSetProxy method initialize (line 142) | def initialize(node_set, parent) method each (line 152) | def each method to_html (line 159) | def to_html method method_missing (line 165) | def method_missing(method, *args) function initialize_html_rexml (line 175) | def initialize_html_rexml(input, _options = {}) FILE: lib/json/ld/reader.rb type JSON (line 3) | module JSON type LD (line 4) | module LD class Reader (line 10) | class Reader < RDF::Reader method options (line 17) | def self.options method initialize (line 76) | def initialize(input = $stdin, **options, &block) method each_statement (line 100) | def each_statement(&block) method each_triple (line 113) | def each_triple FILE: lib/json/ld/resource.rb type JSON (line 3) | module JSON type LD (line 4) | module LD class Resource (line 7) | class Resource method clean? (line 23) | def clean? method dirty? (line 31) | def dirty? method reconciled? (line 39) | def reconciled? method resolved? (line 48) | def resolved? method anonymous? (line 56) | def anonymous? method stub? (line 63) | def stub? method new? (line 70) | def new? method initialize (line 94) | def initialize(node_definition, **options) method hash (line 112) | def hash method deresolve (line 126) | def deresolve method to_json (line 160) | def to_json(**options) method each (line 166) | def each(&block) method resolve (line 180) | def resolve(reference_map) method save (line 224) | def save method property (line 230) | def property(prop_name) method method_missing (line 236) | def method_missing(method, *_args) method inspect (line 240) | def inspect FILE: lib/json/ld/streaming_reader.rb type JSON (line 7) | module JSON type LD (line 8) | module LD type StreamingReader (line 14) | module StreamingReader function format (line 23) | def self.format function stream_statement (line 29) | def stream_statement function parse_object (line 74) | def parse_object(input, active_property, context, function parse_property (line 425) | def parse_property(input, active_property, context, subject, predi... function emit_object (line 578) | def emit_object(input, active_property, context, subject, predicat... function parse_list (line 617) | def parse_list(input, active_property, context, &block) FILE: lib/json/ld/streaming_writer.rb type JSON (line 3) | module JSON type LD (line 4) | module LD type StreamingWriter (line 10) | module StreamingWriter function stream_prologue (line 14) | def stream_prologue function stream_statement (line 41) | def stream_statement(statement) function stream_epilogue (line 78) | def stream_epilogue function start_graph (line 91) | def start_graph(resource) function end_graph (line 101) | def end_graph function end_node (line 110) | def end_node FILE: lib/json/ld/to_rdf.rb type JSON (line 7) | module JSON type LD (line 8) | module LD type ToRDF (line 9) | module ToRDF function item_to_rdf (line 19) | def item_to_rdf(item, graph_name: nil, quoted: false, &block) function parse_list (line 167) | def parse_list(list, graph_name: nil, &block) function node (line 191) | def node FILE: lib/json/ld/utils.rb type JSON (line 3) | module JSON type LD (line 4) | module LD type Utils (line 5) | module Utils function node? (line 13) | def node?(value) function node_reference? (line 23) | def node_reference?(value) function node_or_ref? (line 31) | def node_or_ref?(value) function blank_node? (line 41) | def blank_node?(value) function graph? (line 60) | def graph?(value) function simple_graph? (line 69) | def simple_graph?(value) function list? (line 78) | def list?(value) function index? (line 87) | def index?(value) function value? (line 96) | def value?(value) function as_resource (line 105) | def as_resource(id, base = nil) function as_array (line 120) | def as_array(object) function compare_values (line 137) | def compare_values(v1, v2) function add_value (line 163) | def add_value(subject, property, value, property_is_array: false, ... function property? (line 193) | def property?(subject, property) function has_value? (line 206) | def has_value?(subject, property, value) function merge_value (line 228) | def merge_value(hash, key, value) class BlankNodeMapper (line 245) | class BlankNodeMapper < Hash method get_sym (line 251) | def get_sym(old = "") method get_name (line 261) | def get_name(old = "") class BlankNodeUniqer (line 266) | class BlankNodeUniqer < BlankNodeMapper method get_sym (line 271) | def get_sym(old = "") class BlankNodeNamer (line 283) | class BlankNodeNamer < BlankNodeMapper method initialize (line 285) | def initialize(prefix) method get_sym (line 295) | def get_sym(old = "") FILE: lib/json/ld/version.rb type JSON (line 3) | module JSON type LD (line 4) | module LD type VERSION (line 5) | module VERSION function to_s (line 13) | def self.to_s function to_str (line 19) | def self.to_str function to_a (line 25) | def self.to_a FILE: lib/json/ld/writer.rb type JSON (line 6) | module JSON type LD (line 7) | module LD class Writer (line 59) | class Writer < RDF::Writer method options (line 76) | def self.options method accept? (line 203) | def accept?(accept_params) method default_context (line 214) | def default_context method initialize (line 254) | def initialize(output = $stdout, **options, &block) method write_triple (line 277) | def write_triple(subject, predicate, object) method write_quad (line 288) | def write_quad(subject, predicate, object, graph_name) method write_prologue (line 300) | def write_prologue method write_epilogue (line 313) | def write_epilogue FILE: profiler/test-loaders.rb function usage (line 38) | def usage FILE: spec/compact_spec.rb function run_compact (line 3493) | def run_compact(params) FILE: spec/context_spec.rb type JSON (line 8) | module JSON type LD (line 9) | module LD class Context (line 10) | class Context method coercions (line 12) | def coercions method containers (line 16) | def containers FILE: spec/expand_spec.rb function run_expand (line 4477) | def run_expand(params) FILE: spec/flatten_spec.rb function run_flatten (line 1215) | def run_flatten(params) FILE: spec/frame_spec.rb function do_frame (line 2552) | def do_frame(params) FILE: spec/from_rdf_spec.rb function parse (line 1066) | def parse(input, **options) function serialize (line 1072) | def serialize(ntstr, **options) function do_fromRdf (line 1080) | def do_fromRdf(params) FILE: spec/spec_helper.rb function detect_format (line 62) | def detect_format(stream) function remap_bnodes (line 79) | def remap_bnodes(actual, expected) function replace_nodes (line 94) | def replace_nodes(object, bijection) FILE: spec/streaming_reader_spec.rb function run_to_rdf (line 214) | def run_to_rdf(params) FILE: spec/streaming_writer_spec.rb function parse (line 130) | def parse(input, format: :trig, **options) function serialize (line 136) | def serialize(ntstr, **options) FILE: spec/suite_helper.rb type RDF::Util (line 4) | module RDF::Util type File (line 5) | module File function open_file (line 28) | def self.open_file(filename_or_url, **options, &block) type Fixtures (line 76) | module Fixtures type SuiteTest (line 77) | module SuiteTest class Manifest (line 83) | class Manifest < JSON::LD::Resource method open (line 86) | def self.open(file) method initialize (line 97) | def initialize(json, manifest_url:) method from_jsonld (line 104) | def self.from_jsonld(json, manifest_url:) method entries (line 108) | def entries class Entry (line 116) | class Entry < JSON::LD::Resource method initialize (line 119) | def initialize(json, manifest_url:) method base (line 125) | def base method options (line 129) | def options method testType (line 177) | def testType method evaluationTest? (line 181) | def evaluationTest? method positiveTest? (line 185) | def positiveTest? method syntaxTest? (line 189) | def syntaxTest? method run (line 194) | def run(rspec_example = nil) method to_quad (line 357) | def to_quad(thing) method quoted (line 383) | def quoted(string) method escaped (line 390) | def escaped(string) function documentLoader (line 407) | def documentLoader(url, **options, &block) FILE: spec/support/extensions.rb class Object (line 3) | class Object method equivalent_jsonld? (line 4) | def equivalent_jsonld?(other, ordered: false) class Hash (line 9) | class Hash method equivalent_jsonld? (line 10) | def equivalent_jsonld?(other, ordered: false) method diff (line 23) | def diff(other) class Array (line 30) | class Array method equivalent_jsonld? (line 31) | def equivalent_jsonld?(other, ordered: false) FILE: spec/to_rdf_spec.rb function parse (line 1669) | def parse(input, **options) function run_to_rdf (line 1676) | def run_to_rdf(params) FILE: spec/writer_spec.rb function parse (line 435) | def parse(input, format: :trig, **options) function serialize (line 441) | def serialize(ntstr, **options)