property graph
The Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain. Neo4j implements, in which Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. and Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. both carry Full definition for property (opens in a new tab)A named value stored on a node or a relationship. as well as Full definition for label (opens in a new tab)A tag on a node that groups it with other nodes of the same kind. A node can carry more than one. and types.
Example
Tom Hanks acted in Toy Story, and John Lasseter directed it.
The (:Person) node carries a born property alongside its label. The [:ACTED_IN] relationship carries a role property alongside its type. [:DIRECTED] carries no properties at all, which is allowed; going without a type is not.
Lessons that use this term
The lesson and course links below open in a new tab.
8 lessons use this term. Results are ordered by term density.
Introduction to Neo4j & GraphQL7 mentions
- GraphQL Type DefinitionsGraphQL QueriesNeo4j GraphQL library maps GraphQL type definitions to the equivalent property graph data model in Neo4j to generate a single Cypher query to resolve an arbitrary GraphQL3 mentions
- GraphQL QueriesGraphQL Queriesuses the convention of mapping GraphQL types to Neo4j node labels in the property graph2 mentions
- GraphQL RelationshipsGraphQL Queriesdefinitions in the GraphQL Toolbox to capture the relationships present in the property graph model above1 mention
- Introduction To GraphQLSetup and Course OverviewThe Neo4j DBMS The property graph data model The Cypher statement language Language drivers using the Bolt protocol for building applications Graph1 mention
Introduction to Graph Databases Workshop1 mention
- What is Neo4j?Graph Databasesuses the graph structure to store data and is known as a labeled property graph1 mention
Zero to Production Hands-On Workshop1 mention
- What is Neo4j?Graph Databasesuses the graph structure to store data and is known as a labeled property graph1 mention
Neo4j Fundamentals1 mention
- What is Neo4j?Graph Thinkinguses the graph structure to store data and is known as a labeled property graph1 mention
Path Finding with GDS1 mention
- Weighted Shortest PathsUsing the Graph Data Science librarya property graph, relationships can have properties assigned to1 mention