┌────────────────────────────────┐ ┌─────────────────────────────────────────┐ ┌────────────────────────────────────────────┐ │Vertex1 │ │Vertex2 │ │Vertex3 │ ├────────────────────────────────┤ ├─────────────────────────────────────────┤ ├────────────────────────────────────────────┤ │label: "user" │ │label: "user" │ │label: "user" │ │properties: {"username": "john"}│ │properties: {"username": "userToInherit"}│ │properties: {"username": "userToNotInherit"}│ └────────────────────────────────┘ └─────────────────────────────────────────┘ └────────────────────────────────────────────┘ ┌────────────────────────────────────────────────┐ ┌─────────────────────────────────────────────────┐ ┌──────────────────────────────────────────────┐ │Vertex4 │ │Vertex5 │ │Vertex6 │ ├────────────────────────────────────────────────┤ ├─────────────────────────────────────────────────┤ ├──────────────────────────────────────────────┤ │label: "shard" │ │label: "shard" │ │label: "shard" │ │properties: {"shardName": "firstShardToInherit"}│ │properties: {"shardName": "secondShardToInherit"}│ │properties: {"shardName": "shardToNotInherit"}│ └────────────────────────────────────────────────┘ └─────────────────────────────────────────────────┘ └──────────────────────────────────────────────┘