Amazon Neptune Gremlin Context
JSON-LD context defining the semantic vocabulary for Amazon Neptune Gremlin from Amazon Neptune.
5 Classes
20 Properties
4 Namespaces
Namespaces
neptune:
https://neptune.dev/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
GremlinErrorResponse
GremlinQueryRequest
GremlinQueryResponse
GremlinQueryStatusDetail
GremlinQueryStatusList
Properties
| Property |
Type |
Container |
| acceptedQueryCount |
integer |
|
| attributes |
reference |
|
| cancelled |
boolean |
|
| code |
string |
|
| data |
string |
|
| detailedMessage |
string |
|
| elapsed |
integer |
|
| gremlin |
string |
|
| message |
string |
|
| meta |
reference |
|
| queries |
string |
set |
| queryEvalStats |
reference |
|
| queryId |
string |
|
| queryString |
string |
|
| requestId |
string |
|
| result |
reference |
|
| runningQueryCount |
integer |
|
| status |
reference |
|
| subqueries |
reference |
|
| waited |
integer |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"neptune": "https://neptune.dev/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"GremlinErrorResponse": "neptune:GremlinErrorResponse",
"GremlinQueryRequest": "neptune:GremlinQueryRequest",
"GremlinQueryResponse": "neptune:GremlinQueryResponse",
"GremlinQueryStatusDetail": "neptune:GremlinQueryStatusDetail",
"GremlinQueryStatusList": "neptune:GremlinQueryStatusList",
"acceptedQueryCount": {
"@id": "neptune:acceptedQueryCount",
"@type": "xsd:integer"
},
"attributes": {
"@id": "neptune:attributes",
"@type": "@id"
},
"cancelled": {
"@id": "neptune:cancelled",
"@type": "xsd:boolean"
},
"code": {
"@id": "neptune:code",
"@type": "xsd:string"
},
"data": {
"@id": "neptune:data",
"@type": "xsd:string"
},
"detailedMessage": {
"@id": "neptune:detailedMessage",
"@type": "xsd:string"
},
"elapsed": {
"@id": "neptune:elapsed",
"@type": "xsd:integer"
},
"gremlin": {
"@id": "neptune:gremlin",
"@type": "xsd:string"
},
"message": {
"@id": "neptune:message",
"@type": "xsd:string"
},
"meta": {
"@id": "neptune:meta",
"@type": "@id"
},
"queries": {
"@id": "neptune:queries",
"@container": "@set",
"@type": "xsd:string"
},
"queryEvalStats": {
"@id": "neptune:queryEvalStats",
"@type": "@id"
},
"queryId": {
"@id": "neptune:queryId",
"@type": "xsd:string"
},
"queryString": {
"@id": "neptune:queryString",
"@type": "xsd:string"
},
"requestId": {
"@id": "neptune:requestId",
"@type": "xsd:string"
},
"result": {
"@id": "neptune:result",
"@type": "@id"
},
"runningQueryCount": {
"@id": "neptune:runningQueryCount",
"@type": "xsd:integer"
},
"status": {
"@id": "neptune:status",
"@type": "@id"
},
"subqueries": {
"@id": "neptune:subqueries",
"@type": "@id"
},
"waited": {
"@id": "neptune:waited",
"@type": "xsd:integer"
}
}
}