Skip to content

Example 63 is still hard to understand #248

Closed
@azaroth42

Description

@azaroth42

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions