context_graph(+R, -RDF, +Options) is semidet[multifile, cpacks(hooks)]
deprecated
- Use context_graph/3.
 context_graph(+R, -RDF, +Options) is semidet[multifile, cpacks(hooks)]
This hook redefines the context graph shown by the RDF browser for the resource R. RDF is a list of rdf(S,P,O) triples that describe the context. Typically only object-triples are used, although that is not a requirement.
See also
- This predicate hooks cpa_browse:context_graph/3. Please visit the soure to learn about available building blocks.