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

framing algorithm embedding options #38

Closed
faassen opened this issue Jan 21, 2015 · 3 comments
Closed

framing algorithm embedding options #38

faassen opened this issue Jan 21, 2015 · 3 comments

Comments

@faassen
Copy link

faassen commented Jan 21, 2015

I only faintly understand how framing works, but from my reading of the discussion here:

digitalbazaar/jsonld.js#68

there are three embed options, @never, @once and @always. But in the pyld sources I can see @last instead of @once. Isn't that inconsistent with the latest state of jsonld.js?

@dlongley
Copy link
Member

Isn't that inconsistent with the latest state of jsonld.js?

No, @once was renamed to @last to better reflect which occurrence in the data is the one that gets embedded (it's the last one). See json-ld/json-ld.org#377 and https://github.com/digitalbazaar/jsonld.js/blob/master/js/jsonld.js#L451.

@faassen
Copy link
Author

faassen commented Jan 21, 2015

Ah, I somehow was under the mistaken impression that it @last became @once, sorry! Thank you for your continued patience with my noob questions!

@faassen faassen closed this as completed Jan 21, 2015
@dlongley
Copy link
Member

:)

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