Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hsolbrig opened this issue Feb 18, 2021 · 1 comment
Open

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

hsolbrig opened this issue Feb 18, 2021 · 1 comment

Comments

@hsolbrig
Copy link

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

@cmungall
Copy link

Would be great to see this fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants