pub fn extract_graph_nodes( doc: &JsonLdVal, known_contexts: &HashMap<String, JsonLdVal>, ) -> Result<Vec<ExpandedNode>>
Extract the @graph entries from a JSON-LD document, expanding all terms.
@graph