Model the Book Graph
Explore how to model a book graph using RDF within Elixir, understanding the primitive RDF data structure with URIs for nodes and edges. Learn how node labels and properties are represented separately as independent nodes, and see the benefits of RDF's open data model for global semantic integration.
We'll cover the following...
We'll cover the following...
Book graph mapped to RDF
Befor ...