Skip to content
Snippets Groups Projects

switching to JSON-LD resource specific context

Merged elf Pavlik requested to merge github/fork/elf-pavlik/master into master
2 files
+ 19
3
Compare changes
  • Side-by-side
  • Inline
Files
2
{
"@context": [
"https://w3id.org/role/",
"https://rawgit.com/valueflows/agent/master/context.jsonld",
"https://rawgit.com/valueflows/resource/master/context.jsonld",
{
"role": "https://w3id.org/role/",
"Resource": "vf:Resource"
"role": "https://w3id.org/role/"
}
],
"@id": "https://rawgit.com/valueflows/resource/master/examples/valueflows.jsonld#id",
Loading