Skip to content

compacting nested values #718

@LucaCerina

Description

@LucaCerina

Hello, considering an expanded json-ld in the form

"http://example.com/vocab/wake": [
  {
    "http://example.com/vocab/minutes": [
      {
        "@value": 15
      }
    ]
  }
]

what should I have in the compaction context to have something like:

"wake" : 15

thanks for the help

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions