Skip to content

Instantly share code, notes, and snippets.

@anatoly-scherbakov
Last active June 26, 2022 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anatoly-scherbakov/9a0e2b916e68ecb4da60ed5d8cb5fee7 to your computer and use it in GitHub Desktop.
Save anatoly-scherbakov/9a0e2b916e68ecb4da60ed5d8cb5fee7 to your computer and use it in GitHub Desktop.
YAML-LD context
{
"@context": {
"$base": "@base",
"$container": "@container",
"$direction": "@direction",
"$graph": "@graph",
"$id": "@id",
"$import": "@import",
"$included": "@included",
"$index": "@index",
"$json": "@json",
"$language": "@language",
"$list": "@list",
"$nest": "@nest",
"$none": "@none",
"$prefix": "@prefix",
"$propagate": "@propagate",
"$protected": "@protected",
"$reverse": "@reverse",
"$set": "@set",
"$type": "@type",
"$value": "@value",
"$version": "@version",
"$vocab": "@vocab"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment