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

service uses target doc version, collections collect current doc version #1408

Merged
merged 2 commits into from
Feb 19, 2018

Conversation

azaroth42
Copy link
Member

This will, I think, close out all of the cross version issues.

@@ -950,11 +955,11 @@ The value of the `@context` property _MUST_ be a list, and the __last__ two valu
}
```

Any additional fields beyond those defined in this specification or the Web Annotation Data Model _SHOULD_ be mapped to RDF predicates using further context documents. If possible, these extensions _SHOULD_ be added to the top level `@context` field, and _MUST_ be added before the above contexts. The JSON-LD 1.1 functionality of type and predicate specific context definitions _SHOULD_ be used if possible to try to minimize any cross-extension collisions.
Any additional fields beyond those defined in this specification or the Web Annotation Data Model _SHOULD_ be mapped to RDF predicates using further context documents. These extensions _SHOULD_ be added to the top level `@context` field, and _MUST_ be added before the above contexts. The JSON-LD 1.1 functionality of [type and predicate specific context definitions][json-ld-scoped-contexts] _MUST_ be used to minimize cross-extension collisions.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JSON-LD 1.1 functionality of [type and predicate specific context definitions][json-ld-scoped-contexts] MUST be used to minimize cross-extension collisions.

Maybe refer to the term "scoped contexts" since this is the name of the section to which you are linking, and that terminology is used in the next para?

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

Successfully merging this pull request may close these issues.

5 participants