
Load every framework's JSON-LD into a unified rdflib graph
Source:R/rdf-graph.R
load_unified_rdf_graph.RdIterates the standard framework set and parses each into a shared
rdf object. Functionally equivalent to load_combined_rdf_graph() but
useful when per-framework diagnostics are needed. Marked experimental
because the default slug list will track NICE/SFIA/DCWF/ECSF/CSEC/etc.
as they revise.
Usage
load_unified_rdf_graph(
framework_slugs = c("nice", "sfia", "dcwf", "ecsf", "cyberorg-k12", "csta", "csec2017",
"digcomp"),
jsonld_dir = NULL
)See also
Other RDF graph loading:
load_combined_ntriples_graph(),
load_combined_rdf_graph(),
load_single_framework_graph(),
make_demo_graph()