-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels