9 lines
134 B
Text
Executable file
9 lines
134 B
Text
Executable file
{
|
|
"@context": {
|
|
"term": "http://example/term"
|
|
},
|
|
"@graph": [{
|
|
"@id": "http://example/foo",
|
|
"term": ["value"]
|
|
}]
|
|
}
|