November 2022
Intermediate to advanced
294 pages
5h 58m
English
In Part II, we looked at different graph models, but we skimmed over how they could be serialized and saved to our graph store. Each of these models can be expressed in their own various ways.
In this chapter, we’ll first talk about some ways to serialize graphs and also list the pros and cons of using common formats such as CSV for exchanging graph data.
We’ll then go on to work through a more robust solution with the Neo4j plugin neosemantics (n10s), which supports importing and exporting RDF graphs into and out of a property graph store and querying RDF graph models using the Cypher query language.
Lastly, we’ll touch briefly on the topic of federated querying, which is querying against multiple graph ...
Read now
Unlock full access