Amazon Neptune Streams Context
JSON-LD context defining the semantic vocabulary for Amazon Neptune Streams from Amazon Neptune.
6 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
PropertyGraphData
PropertyGraphStreamRecord
PropertyGraphStreamResponse
SparqlStreamRecord
SparqlStreamResponse
StreamEventId
Properties
| Property |
Type |
Container |
| commitNum |
integer |
|
| commitTimestamp |
integer |
|
| data |
reference |
|
| dataType |
string |
|
| eventId |
string |
|
| format |
string |
|
| from |
string |
|
| id |
string |
|
| isLastOp |
boolean |
|
| key |
string |
|
| lastEventId |
string |
|
| lastTrxTimestamp |
integer |
|
| op |
string |
|
| opNum |
integer |
|
| records |
string |
set |
| stmt |
string |
|
| to |
string |
|
| totalRecords |
integer |
|
| type |
string |
|
| value |
reference |
|
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#",
"PropertyGraphData": "neptune:PropertyGraphData",
"PropertyGraphStreamRecord": "neptune:PropertyGraphStreamRecord",
"PropertyGraphStreamResponse": "neptune:PropertyGraphStreamResponse",
"SparqlStreamRecord": "neptune:SparqlStreamRecord",
"SparqlStreamResponse": "neptune:SparqlStreamResponse",
"StreamEventId": "neptune:StreamEventId",
"commitNum": {
"@id": "neptune:commitNum",
"@type": "xsd:integer"
},
"commitTimestamp": {
"@id": "neptune:commitTimestamp",
"@type": "xsd:integer"
},
"data": {
"@id": "neptune:data",
"@type": "@id"
},
"dataType": {
"@id": "neptune:dataType",
"@type": "xsd:string"
},
"eventId": {
"@id": "neptune:eventId",
"@type": "xsd:string"
},
"format": {
"@id": "neptune:format",
"@type": "xsd:string"
},
"from": {
"@id": "neptune:from",
"@type": "xsd:string"
},
"id": {
"@id": "neptune:id",
"@type": "xsd:string"
},
"isLastOp": {
"@id": "neptune:isLastOp",
"@type": "xsd:boolean"
},
"key": {
"@id": "neptune:key",
"@type": "xsd:string"
},
"lastEventId": {
"@id": "neptune:lastEventId",
"@type": "xsd:string"
},
"lastTrxTimestamp": {
"@id": "neptune:lastTrxTimestamp",
"@type": "xsd:integer"
},
"op": {
"@id": "neptune:op",
"@type": "xsd:string"
},
"opNum": {
"@id": "neptune:opNum",
"@type": "xsd:integer"
},
"records": {
"@id": "neptune:records",
"@container": "@set",
"@type": "xsd:string"
},
"stmt": {
"@id": "neptune:stmt",
"@type": "xsd:string"
},
"to": {
"@id": "neptune:to",
"@type": "xsd:string"
},
"totalRecords": {
"@id": "neptune:totalRecords",
"@type": "xsd:integer"
},
"type": {
"@id": "neptune:type",
"@type": "xsd:string"
},
"value": {
"@id": "neptune:value",
"@type": "@id"
}
}
}