Amazon Neptune · Schema

OpenCypherNode

A property graph node as returned by openCypher queries.

AWSDatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
~id string The unique identifier of the node.
~entityType string The entity type (always 'node').
~labels array The labels assigned to the node.
~properties object The node properties as key-value pairs.
View JSON Schema on GitHub