9 lines
150 B
Text
9 lines
150 B
Text
|
{
|
||
|
"@context": {
|
||
|
"e": "http://example.org/vocab#"
|
||
|
},
|
||
|
"@id": "http://example.org/test",
|
||
|
"e:bool": true,
|
||
|
"e:double": 1.23,
|
||
|
"e:int": 123
|
||
|
}
|