Skip to contents

[Stable]

Wraps 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.

Usage

load_combined_rdf_graph(file_path = NULL)

Arguments

file_path

Character path to _combined.jsonld. Defaults to the standard location under data/processed/jsonld/.

Value

An rdf object from the rdflib package.

Examples

if (FALSE) { # \dontrun{
rdf <- load_combined_rdf_graph()
} # }