12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- const data = { "head": {
- "vars": [ "id1" , "full_name1" , "id2" , "full_name2" ]
- } ,
- "results": {
- "bindings": [
- {
- "id1": { "type": "literal" , "value": "0" } ,
- "full_name1": { "type": "literal" , "value": "Example 0" }
- } ,
- {
- "id1": { "type": "literal" , "value": "2" } ,
- "full_name1": { "type": "literal" , "value": "Example 2" } ,
- "id2": { "type": "literal" , "value": "2A" } ,
- "full_name2": { "type": "literal" , "value": "Example 2A" }
- } ,
- {
- "id1": { "type": "literal" , "value": "2" } ,
- "full_name1": { "type": "literal" , "value": "Example 2" } ,
- "id2": { "type": "literal" , "value": "2B" } ,
- "full_name2": { "type": "literal" , "value": "Example 2B" }
- } ,
- {
- "id1": { "type": "literal" , "value": "2" } ,
- "full_name1": { "type": "literal" , "value": "Example 2" } ,
- "id2": { "type": "literal" , "value": "2C" } ,
- "full_name2": { "type": "literal" , "value": "Example 2C" }
- } ,
- {
- "id1": { "type": "literal" , "value": "2" } ,
- "full_name1": { "type": "literal" , "value": "Example 2" } ,
- "id2": { "type": "literal" , "value": "2D" } ,
- "full_name2": { "type": "literal" , "value": "Example 2D" }
- } ,
- {
- "id1": { "type": "literal" , "value": "2" } ,
- "full_name1": { "type": "literal" , "value": "Example 2" } ,
- "id2": { "type": "literal" , "value": "2E" } ,
- "full_name2": { "type": "literal" , "value": "Example 2E" }
- } ,
- {
- "id1": { "type": "literal" , "value": "2" } ,
- "full_name1": { "type": "literal" , "value": "Example 2" } ,
- "id2": { "type": "literal" , "value": "2F" } ,
- "full_name2": { "type": "literal" , "value": "Example 2F" }
- } ,
- {
- "id1": { "type": "literal" , "value": "2" } ,
- "full_name1": { "type": "literal" , "value": "Example 2" } ,
- "id2": { "type": "literal" , "value": "2G" } ,
- "full_name2": { "type": "literal" , "value": "Example 2G" }
- } ,
- {
- "id1": { "type": "literal" , "value": "2" } ,
- "full_name1": { "type": "literal" , "value": "Example 2" } ,
- "id2": { "type": "literal" , "value": "2H" } ,
- "full_name2": { "type": "literal" , "value": "Example 2H" }
- } ,
- {
- "id1": { "type": "literal" , "value": "2" } ,
- "full_name1": { "type": "literal" , "value": "Example 2" } ,
- "id2": { "type": "literal" , "value": "2I" } ,
- "full_name2": { "type": "literal" , "value": "Example 2I" }
- }
- ]
- }
- }
- export { data };
- export default data;
|