Skip to content

Example 63 is still hard to understand #248

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

Closed
azaroth42 opened this issue Sep 16, 2019 · 0 comments · Fixed by #265
Closed

Example 63 is still hard to understand #248

azaroth42 opened this issue Sep 16, 2019 · 0 comments · Fixed by #265

Comments

@azaroth42
Copy link
Contributor

azaroth42 commented Sep 16, 2019

I know that this was the original example, as submitted, but the use of "fred" as a property rather than a resource makes it more complicated than necessary to see what is going on.

Changing it slightly to follow the previous examples of social networking would help with comprehension:

{
  "@context": {
    "@base": "http://example1.com/",
    "@vocab": "http://example2.com/",
    "knows": {"@type": "@vocab"}
  },
  "knows": [
    {"@id": "barney", "name": "barney"},
    "barney"
  ]
}

And similar through to example 65

gkellogg added a commit that referenced this issue Sep 24, 2019
gkellogg added a commit that referenced this issue Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant