Skip to content

Nested "@id" elements are not processed correctly in framing #149

@hsolbrig

Description

@hsolbrig

Changing the @id alias in an inner context doesn't work correctly.

Synopsis:

{   "@context": {
            "namespace": "@id", 
             "contents": {
                  "@context": {
                       "uri": "@id
                  }
              }
      }
}

Doesn't work correctly in framing -- both the inner and the outer element are returned as "namespace"

The attached file is a complete unit test.

test_ld_11_issue.txt

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions