Skip to content

Instantly share code, notes, and snippets.

@rybesh
Created March 12, 2016 17:00
Show Gist options
  • Save rybesh/3cbacf6cbc539b7c22f7 to your computer and use it in GitHub Desktop.
Save rybesh/3cbacf6cbc539b7c22f7 to your computer and use it in GitHub Desktop.
some stupid JSON-LD
{
"@context": { "@vocab": "http://stupid.com/" },
"@type": "Car",
"wheels": [
{ "location": "front right",
"hubcap": {"color": "black"} },
{ "location": "front left",
"hubcap": {"color": "unknown", "status": "missing"} },
{ "location": "rear right",
"hubcap": {"color": "black"} },
{ "location": "rear left",
"hubcap": {"color": "black"} }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment