pub fn resolve_graph_iris(
path_a: &Path,
path_b: &Path,
override_a: Option<&str>,
override_b: Option<&str>,
) -> Result<(NamedNode, NamedNode)>Expand description
Resolve graph IRIs for both files, honoring optional CLI overrides and disambiguating the auto-derived case when both basenames collide.