Amazon Neptune Loader Context
JSON-LD context defining the semantic vocabulary for Amazon Neptune Loader from Amazon Neptune.
5 Classes
21 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
LoaderErrorResponse
LoaderListResponse
LoaderRequest
LoaderStartResponse
LoaderStatusResponse
Properties
| Property |
Type |
Container |
| allowEmptyStrings |
boolean |
|
| baseUri |
string |
|
| code |
string |
|
| dependencies |
string |
set |
| detailedMessage |
string |
|
| failOnError |
string |
|
| format |
string |
|
| iamRoleArn |
string |
|
| loadIds |
string |
set |
| mode |
string |
|
| namedGraphUri |
string |
|
| parallelism |
string |
|
| parserConfiguration |
reference |
|
| payload |
reference |
|
| queueRequest |
string |
|
| region |
string |
|
| requestId |
string |
|
| source |
string |
|
| status |
string |
|
| updateSingleCardinalityProperties |
string |
|
| userProvidedEdgeIds |
string |
|
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#",
"LoaderErrorResponse": "neptune:LoaderErrorResponse",
"LoaderListResponse": "neptune:LoaderListResponse",
"LoaderRequest": "neptune:LoaderRequest",
"LoaderStartResponse": "neptune:LoaderStartResponse",
"LoaderStatusResponse": "neptune:LoaderStatusResponse",
"allowEmptyStrings": {
"@id": "neptune:allowEmptyStrings",
"@type": "xsd:boolean"
},
"baseUri": {
"@id": "neptune:baseUri",
"@type": "xsd:string"
},
"code": {
"@id": "neptune:code",
"@type": "xsd:string"
},
"dependencies": {
"@id": "neptune:dependencies",
"@container": "@set",
"@type": "xsd:string"
},
"detailedMessage": {
"@id": "neptune:detailedMessage",
"@type": "xsd:string"
},
"failOnError": {
"@id": "neptune:failOnError",
"@type": "xsd:string"
},
"format": {
"@id": "neptune:format",
"@type": "xsd:string"
},
"iamRoleArn": {
"@id": "neptune:iamRoleArn",
"@type": "xsd:string"
},
"loadIds": {
"@id": "neptune:loadIds",
"@container": "@set",
"@type": "xsd:string"
},
"mode": {
"@id": "neptune:mode",
"@type": "xsd:string"
},
"namedGraphUri": {
"@id": "neptune:namedGraphUri",
"@type": "xsd:string"
},
"parallelism": {
"@id": "neptune:parallelism",
"@type": "xsd:string"
},
"parserConfiguration": {
"@id": "neptune:parserConfiguration",
"@type": "@id"
},
"payload": {
"@id": "neptune:payload",
"@type": "@id"
},
"queueRequest": {
"@id": "neptune:queueRequest",
"@type": "xsd:string"
},
"region": {
"@id": "neptune:region",
"@type": "xsd:string"
},
"requestId": {
"@id": "neptune:requestId",
"@type": "xsd:string"
},
"source": {
"@id": "neptune:source",
"@type": "xsd:string"
},
"status": {
"@id": "neptune:status",
"@type": "xsd:string"
},
"updateSingleCardinalityProperties": {
"@id": "neptune:updateSingleCardinalityProperties",
"@type": "xsd:string"
},
"userProvidedEdgeIds": {
"@id": "neptune:userProvidedEdgeIds",
"@type": "xsd:string"
}
}
}