{"record":{"id":"e52bc728484391e6","repo":"cayleygraph/cayley","slug":"can-not-parse-json-ld-value-v","errorCode":null,"errorMessage":"can not parse JSON-LD value: %#v","messagePattern":"can not parse JSON-LD value: %#v","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"query/linkedql/registry.go","lineNumber":317,"sourceCode":"\t\t\t}\n\t\t}\n\t}\n\treturn nil, fmt.Errorf(\"can not parse %#v as a literal\", a)\n}\n\nfunc parseValue(a interface{}) (quad.Value, error) {\n\tidentifierString, err := parseIdentifierString(a)\n\tif err == nil {\n\t\tidentifier, err := parseIdentifier(identifierString)\n\t\tif err == nil {\n\t\t\treturn identifier, nil\n\t\t}\n\t}\n\tlit, err := parseLiteral(a)\n\tif err == nil {\n\t\treturn lit, nil\n\t}\n\treturn nil, fmt.Errorf(\"can not parse JSON-LD value: %#v\", a)\n}\n","sourceCodeStart":299,"sourceCodeEnd":319,"githubUrl":"https://github.com/cayleygraph/cayley/blob/81dcd7d73e45136bc0d01802a8ba4685d8a533eb/query/linkedql/registry.go#L299-L319","documentation":"Error \"can not parse JSON-LD value: %#v\" thrown in cayleygraph/cayley.","triggerScenarios":"Thrown at query/linkedql/registry.go:317 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"81dcd7d73e45136bc0d01802a8ba4685d8a533eb","analyzedAt":"2026-09-06T06:14:12.358Z","contentChangedAt":"2026-09-06T06:14:12.358Z","schemaVersion":2},"datasetVersion":"2026-09-14T05:17:10.506Z"}