w3c / json-ld-syntax

JSON-LD 1.1 Specification
https://w3c.github.io/json-ld-syntax/
Other
112 stars 22 forks source link

Simplicity design goal can be even simpler! #224

Closed azaroth42 closed 5 years ago

azaroth42 commented 5 years ago

Current wording in 1.5 is:

Developers only need to know JSON and two keywords (@context and @id) to use the basic functionality in JSON-LD.

I would propose that it's even simpler than this, as @id can be aliased away.

Developers not concerned with Linked Data only need to understand JSON, and know to include but ignore the @context property, to use the basic functionality of JSON-LD.