Add a Vocabulary for DC Elements
Learn how to avoid managing URI strings using vocabularies, and follow step-by-step instructions to add a vocabulary for DC elements.
We'll cover the following...
Build an RDF Graph
We’ll switch gears here and see how we can build up an RDF graph using RDF.ex
rather than writing out the RDF explicitly. We’ll aim to generate the book graph using the semantic RDF form we already discussed.
URI strings
One of the challenges to working with RDF is managing URI strings. We need to deal with node names ourselves for instance data because these generally use an application-specific naming. But for edges and node labels, we ...