Skip to content

Multiple graphs syntax #68

Closed
Closed
@davidlehn

Description

@davidlehn

The current specs do not explicitly specify how multiple graphs are represented and processed. I think this was in a former version of the spec but perhaps it got lost? There are currently two methods, a top level array and an @id array:

[
   { ... },
   { ... },
   ...
]
{
   "@context": { ... },
   "@id": [
      { ... },
      { ... },
      ...
   ]
}

The specs should spell out these two ways of doing things an list the advantages of each. For instance, the @id array method allows you to have a common top-level @context that will be preserved when compacting data. Syntax and processing tests should also be written.

Also see:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions