Amazon Neptune · Schema

OpenCypherRelationship

A property graph relationship as returned by openCypher queries.

AWSDatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
~id string The unique identifier of the relationship.
~entityType string The entity type (always 'relationship').
~start string The ID of the source node.
~end string The ID of the target node.
~type string The relationship type.
~properties object The relationship properties as key-value pairs.
View JSON Schema on GitHub