Skip to content

Instantly share code, notes, and snippets.

@a-ignatov-parc
Created October 7, 2021 17:44
Show Gist options
  • Save a-ignatov-parc/86fcc9d5e182dcd8274d09ce0eb17c97 to your computer and use it in GitHub Desktop.
Save a-ignatov-parc/86fcc9d5e182dcd8274d09ce0eb17c97 to your computer and use it in GitHub Desktop.
{
"@version": 1.1,
"@protected": true,
"@id": "https://big-plato.com/vocab/CustomVc",
"@context": {
"@protected": true,
"@vocab": "https://big-plato.com/vocab/CustomVc#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"foo": { "@type": "xsd:string" },
"bar": { "@type": "xsd:string" },
"baz": {
"@context": {
"@protected": true,
"qux": { "@type": "xsd:string" }
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment