@innotrade/enapso-graphdb-cli
Version:
ENAPSO Graph Databases Command Line Interface
41 lines • 805 B
JSON
{
"head": {
"vars": [
"iri",
"firstName",
"lastName"
]
},
"results": {
"bindings": [
{
"iri": {
"type": "uri",
"value": "http://ont.enapso.com/test#Person_AlexanderSchulze"
},
"firstName": {
"type": "literal",
"value": "Alexander"
},
"lastName": {
"type": "literal",
"value": "Schulze"
}
},
{
"iri": {
"type": "uri",
"value": "http://ont.enapso.com/test#Person_JohnDoe"
},
"firstName": {
"type": "literal",
"value": "John"
},
"lastName": {
"type": "literal",
"value": "Doe"
}
}
]
}
}