pub fn mdh_translate(ld_file: PathBuf) -> Result<MdhResource, AppError>Expand description
Local-only MDH translate: read JSON file, validate minimal JSON-LD shape, and create URI NOTE: In production we will use json-ld-rs to expand/compact; here we simulate locally