pyld icon indicating copy to clipboard operation
pyld copied to clipboard

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

Open hsolbrig opened this issue 3 years ago • 1 comments

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

hsolbrig avatar Feb 18 '21 22:02 hsolbrig

Would be great to see this fixed!

cmungall avatar Jul 17 '21 01:07 cmungall