Skip to content

JSON-LD parsing error #102

@adanilenka

Description

@adanilenka

When trying to convert from json-ld to jelly, a Jena riot error appears.

Example input:

{
  "@graph": [{
    "@id": "http://example.org/default_graph",
    "http://example/property": {"@id": "http://example.org/A"}
  },
  {
    "@id": "http://example.org/named_graph",
    "@graph": {
      "@id": "http://example.org/C",
      "http://example/extends": {"@id": "http://example.org/B"}
    }
  }]
}

Command:
jelly-cli rdf to-jelly ./in_001.jsonld --in-format=jsonld --debug

Error:

Image

Metadata

Metadata

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions