
Load the pre-assembled combined multi-framework JSON-LD into an rdflib graph
Source:R/rdf-graph.R
load_combined_rdf_graph.RdWraps rdflib::rdf_parse() with a sensible default path under
data/processed/jsonld/_combined.jsonld. Errors with a classed condition
(cybedtools_file_not_found) when the file is absent so callers can
branch on it.
See also
Other RDF graph loading:
load_combined_ntriples_graph(),
load_single_framework_graph(),
load_unified_rdf_graph(),
make_demo_graph()